Skip to content

Commit

Permalink
chore: Handle concurreny in jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Nov 15, 2023
1 parent 17fd0d4 commit c7a0726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- master
- release
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c7a0726

Please sign in to comment.