From ebfe270f135070fab9b5fe0c4b0b6901e4f3724b Mon Sep 17 00:00:00 2001 From: Jayapriya Pai Date: Tue, 5 Nov 2024 16:10:26 +0530 Subject: [PATCH] chore: fix actions for operator upgrade and typo fix Signed-off-by: Jayapriya Pai --- .github/workflows/checks.yaml | 3 +-- .github/workflows/e2e-prometheus3.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 1b51ea04e..69d02d928 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -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 diff --git a/.github/workflows/e2e-prometheus3.yaml b/.github/workflows/e2e-prometheus3.yaml index c441513c6..603bec8fd 100644 --- a/.github/workflows/e2e-prometheus3.yaml +++ b/.github/workflows/e2e-prometheus3.yaml @@ -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