Skip to content

Commit 7e624b0

Browse files
authored
Merge pull request #103 from Extra-Chill/ci/concurrency-group
ci: add concurrency group to cancel stale PR runs
2 parents 095bb48 + 545b32a commit 7e624b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/homeboy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
tags: ['v*']
99
workflow_dispatch:
1010

11+
concurrency:
12+
group: homeboy-${{ github.event.pull_request.number || github.ref }}
13+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
14+
1115
permissions:
1216
contents: write
1317
pull-requests: write

0 commit comments

Comments
 (0)