Skip to content

Commit

Permalink
Merge pull request #1281 from albinahlback/update_cancel_action
Browse files Browse the repository at this point in the history
Update cancel action for CI
  • Loading branch information
albinahlback authored Mar 18, 2023
2 parents 99f2b5e + fc7a161 commit 1602e42
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
# FIXME: Enable when this won't fail
# - if: failure()
# name: "If failure, stop all other jobs"
# uses: andymckay/cancel-action@0.2
# uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -248,7 +248,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -299,7 +299,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -344,7 +344,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -399,7 +399,7 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3



Expand Down Expand Up @@ -472,4 +472,4 @@ jobs:
- if: failure()
name: "If failure, stop all other jobs"
uses: andymckay/cancel-action@0.2
uses: andymckay/cancel-action@0.3

0 comments on commit 1602e42

Please sign in to comment.