diff --git a/.github/workflows/check_cirrus_cron.yml b/.github/workflows/check_cirrus_cron.yml index a6d00227a3..51e5c40aab 100644 --- a/.github/workflows/check_cirrus_cron.yml +++ b/.github/workflows/check_cirrus_cron.yml @@ -38,7 +38,7 @@ jobs: - name: Get failed cron names and Build IDs id: cron - run: './.github/actions/${{ github.workflow }}/${{ github.job }}.sh' + run: './.github/actions/check_cirrus_cron/cron_failures.sh' - if: steps.cron.outputs.failures > 0 shell: bash