mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
chore: fix actions for operator upgrade and typo fix
Signed-off-by: Jayapriya Pai <slashpai9@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user