diff --git a/.github/workflows/integration_tests.yml b/.github/workflows/integration_tests.yml index fa46502c00..7ac320adc3 100644 --- a/.github/workflows/integration_tests.yml +++ b/.github/workflows/integration_tests.yml @@ -1417,7 +1417,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: ${{ failure() && !cancelled() && needs.check_and_prepare.outputs.trigger == 'scheduled_trigger' }} steps: - uses: actions/checkout@v3 with: