Skip to content

Commit b65e58a

Browse files
committed
Allow static binary to be built in parallel with tests
1 parent 1c8099f commit b65e58a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static_binary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
# only one build per branch
1010
concurrency:
11-
group: build-${{ github.ref }}
11+
group: static-${{ github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)