Skip to content

Commit

Permalink
ci: Adding concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
dandxy89 committed Jan 24, 2024
1 parent 79c9c41 commit ea37bf2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cargo_test.yml
Expand Up @@ -15,6 +15,10 @@ env:
CARGO_TERM_COLOR: always
CI: true # insta will not write new snapshot files

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

jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ea37bf2

Please sign in to comment.