Skip to content

Commit

Permalink
Merge pull request containers#4108 from cevich/fix_reuse_of_workflow
Browse files Browse the repository at this point in the history
[CI:DOCS] GHA: Fix dynamic script filename
  • Loading branch information
openshift-ci[bot] authored Jul 13, 2022
2 parents 70bcd40 + e1f3468 commit 60cecb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_cirrus_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Get failed cron names and Build IDs
id: cron
run: './_podman/.github/actions/${{ github.workflow }}/${{ github.job }}.sh'
run: './_podman/.github/actions/check_cirrus_cron/cron_failures.sh'

- if: steps.cron.outputs.failures > 0
shell: bash
Expand Down

0 comments on commit 60cecb3

Please sign in to comment.