Skip to content

Commit

Permalink
Merge pull request #5 from matter-labs/set-cancel-in-progress-true
Browse files Browse the repository at this point in the history
ci: Set cancel in progress and concurency limit
  • Loading branch information
hatemosphere authored Aug 20, 2024
2 parents c744465 + cc8b35c commit 9091a68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: "Rust CI"
on:
pull_request:

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
build:
name: cargo build
Expand Down

0 comments on commit 9091a68

Please sign in to comment.