Skip to content

Commit 4e3dcf5

Browse files
committed
Retry even timed-out cancelled tests.
1 parent 6dcdf29 commit 4e3dcf5

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
@@ -1438,7 +1438,7 @@ jobs:
14381438
name: "attempt-retry"
14391439
needs: [check_and_prepare, summarize_results]
14401440
runs-on: ubuntu-20.04
1441-
if: ${{ failure() && !cancelled() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
1441+
if: ${{ failure() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
14421442
steps:
14431443
- uses: actions/checkout@v3
14441444
with:

0 commit comments

Comments
 (0)