Skip to content

Commit

Permalink
chore: trigger error message
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanBredehoft committed Jun 12, 2024
1 parent a3d5509 commit 81a65c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -718,6 +718,7 @@ jobs:
)
&& steps.conformance.outcome == 'success'
&& !cancelled()
&& false
shell: bash +e {0}
run: |
if [[ "${{ env.IS_WEEKLY }}" == "true" ]]; then
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 81a65c8

Please sign in to comment.