From cc32d3ffbacd5505a0f1c4daaf6c3c9e41b48832 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Thu, 13 Jun 2024 11:14:42 +0200 Subject: [PATCH] chore: revert trigger error step --- .github/workflows/continuous-integration.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index c6c330e84..ec8899340 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -718,7 +718,7 @@ jobs: ) && steps.conformance.outcome == 'success' && !cancelled() - && false + shell: bash +e {0} run: | if [[ "${{ env.IS_WEEKLY }}" == "true" ]]; then @@ -1002,9 +1002,6 @@ jobs: label: ${{ needs.start-runner-linux.outputs.label-310 }} ec2-instance-id: ${{ needs.start-runner-linux.outputs.ec2-instance-id-310 }} mode: stop - - - name: trigger error - run: exit 1 build-macos-intel: name: Python ${{ matrix.python_version }} (macOS, intel)