Skip to content

Commit

Permalink
add 3 attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 10, 2024
1 parent 7c646d5 commit 19ba173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

rerun:
needs: "acceptance"
if: always() && needs.acceptance.result == 'failure'
if: always() && needs.acceptance.result == 'failure' && github.run_attempt <= '3'
name: "rerun"
uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820"
with:
Expand Down

0 comments on commit 19ba173

Please sign in to comment.