diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index 92b320f1..cfbca7c9 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -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: