Skip to content

Commit

Permalink
Add GitHub Action concurency groups (#2103)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam authored Aug 17, 2023
1 parent 59136fd commit 2a7137f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

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

jobs:
test:
name: Build and test
Expand Down

0 comments on commit 2a7137f

Please sign in to comment.