Skip to content

Commit

Permalink
update concurrency setting
Browse files Browse the repository at this point in the history
  • Loading branch information
greged93 committed Nov 30, 2023
1 parent 6acdfc7 commit 59bc34c
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 @@ -7,6 +7,10 @@ on:
pull_request:
branches: [ '**' ]

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

env:
CARGO_TERM_COLOR: always
CAIRO_PROGRAMS_PATH: |
Expand Down

0 comments on commit 59bc34c

Please sign in to comment.