Skip to content

Commit 304d865

Browse files
committed
Temporarily enable retry on cancelled workflow.
1 parent c1c9e7c commit 304d865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ jobs:
650650
name: "attempt-retry"
651651
needs: [check_and_prepare, summarize_results]
652652
runs-on: ubuntu-20.04
653-
if: ${{ failure() }} ### && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
653+
if: ${{ cancelled() }} ### && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
654654
steps:
655655
- uses: actions/checkout@v3
656656
with:

0 commit comments

Comments
 (0)