Skip to content

Commit

Permalink
Add workflow concurrency group
Browse files Browse the repository at this point in the history
- This will autocancel new workflows if same branch is pushed wit new/ammended commits
  • Loading branch information
djova-dolby committed Mar 23, 2024
1 parent 6ca8473 commit fd9f24e
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 @@ -13,6 +13,10 @@ on:
- 'RELEASE_NOTES.md'
workflow_dispatch:

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

env:
CACHE_REVISION: '006'
CEF_BUILD_VERSION_MAC: '5060'
Expand Down

0 comments on commit fd9f24e

Please sign in to comment.