We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcdf29 commit 4e3dcf5Copy full SHA for 4e3dcf5
.github/workflows/integration_tests.yml
@@ -1438,7 +1438,7 @@ jobs:
1438
name: "attempt-retry"
1439
needs: [check_and_prepare, summarize_results]
1440
runs-on: ubuntu-20.04
1441
- if: ${{ failure() && !cancelled() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
+ if: ${{ failure() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }}
1442
steps:
1443
- uses: actions/checkout@v3
1444
with:
0 commit comments