We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 095bb48 + 545b32a commit 7e624b0Copy full SHA for 7e624b0
1 file changed
.github/workflows/homeboy.yml
@@ -8,6 +8,10 @@ on:
8
tags: ['v*']
9
workflow_dispatch:
10
11
+concurrency:
12
+ group: homeboy-${{ github.event.pull_request.number || github.ref }}
13
+ cancel-in-progress: ${{ github.event_name == 'pull_request' }}
14
+
15
permissions:
16
contents: write
17
pull-requests: write
0 commit comments