Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 5, 2024
1 parent c8429e1 commit 5c8975d
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 @@ -62,7 +62,7 @@ jobs:

workflow-restarter-job:
# (1) run this job after the "acceptance" job and...
needs: "acceptance"
needs: acceptance
# (2) continue ONLY IF "acceptance" fails
if: always() && needs.acceptance.result == 'failure'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5c8975d

Please sign in to comment.