mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-15 08:46:44 +00:00
Merge pull request #7070 from slashpai/upgrade-fix-p3
chore: fix actions for operator upgrade and typo fix
This commit is contained in:
commit
24e5fec866
2 changed files with 2 additions and 3 deletions
3
.github/workflows/checks.yaml
vendored
3
.github/workflows/checks.yaml
vendored
|
@ -76,8 +76,7 @@ jobs:
|
|||
- name: Comment PR
|
||||
uses: thollander/actions-comment-pull-request@v3
|
||||
with:
|
||||
message: |
|
||||
message: 'Formatting and local/remote links likely not correct. Please make sure to run `make check-docs`, commit the modifications and push the updated branch.'
|
||||
message: 'Formatting and local/remote links likely not correct. Please make sure to run `make check-docs`, commit the modifications and push the updated branch.'
|
||||
|
||||
check-golang:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
2
.github/workflows/e2e-prometheus3.yaml
vendored
2
.github/workflows/e2e-prometheus3.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
- suite: thanosruler
|
||||
target: test-e2e-thanos-ruler
|
||||
- suite: operatorUpgrade
|
||||
target: test-e2e-prometheus-upgrade
|
||||
target: test-e2e-operator-upgrade
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Import environment variables from file
|
||||
|
|
Loading…
Add table
Reference in a new issue