Skip to content

Commit

Permalink
Temporarily enable retry on cancelled workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed May 14, 2024
1 parent c1c9e7c commit 304d865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@ jobs:
name: "attempt-retry"
needs: [check_and_prepare, summarize_results]
runs-on: ubuntu-20.04
if: ${{ failure() }} ### && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
if: ${{ cancelled() }} ### && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 304d865

Please sign in to comment.