From 81a65c83a13e6eb79267e609313b8afb7611f8bf Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Wed, 12 Jun 2024 11:57:35 +0200 Subject: [PATCH] chore: trigger error message --- .github/workflows/continuous-integration.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 947883e850..80c4e31324 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -718,6 +718,7 @@ jobs: ) && steps.conformance.outcome == 'success' && !cancelled() + && false shell: bash +e {0} run: | if [[ "${{ env.IS_WEEKLY }}" == "true" ]]; then @@ -968,6 +969,9 @@ jobs: timeout-minutes: 2 if: ${{ always() && (needs.start-runner-linux.result != 'skipped') }} steps: + - name: trigger error + run: exit 1 + - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 with: