Skip to content

Commit 99eef84

Browse files
committed
ci: concurrency on build
1 parent 559e74d commit 99eef84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

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

99
jobs:
1010
build:
11+
concurrency: build-${{ github.ref }}
1112
runs-on: ubuntu-latest
1213
outputs:
1314
cache-key: ${{ steps.cache-key.outputs.value }}

0 commit comments

Comments
 (0)