Skip to content

Commit

Permalink
Run CI only on latest PR commit
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Jul 28, 2022
1 parent d58f4bb commit eb5705e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- master

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

env:
CARGO_TERM_COLOR: always

Expand Down

0 comments on commit eb5705e

Please sign in to comment.