mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-21 03:38:43 +00:00
chore: fix actions for operator upgrade and typo fix
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
parent
30f11e2fa1
commit
ebfe270f13
2 changed files with 2 additions and 3 deletions
.github/workflows
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
Add a link
Reference in a new issue