Skip to content

Commit

Permalink
Should run this and cancel previous CI
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Sep 25, 2022
1 parent f3b7feb commit 207e2df
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,11 @@ on:
push:
branches:
- master
- 0.2.x
- 0.*.x
- pr/**/ci

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 207e2df

Please sign in to comment.