Skip to content

Commit 78b9859

Browse files
authored
Update build-amd64.yml to use concurrency (#29)
1 parent 9741155 commit 78b9859

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-amd64.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- ".github/workflows/build-amd64.yml"
1212
workflow_dispatch:
1313

14+
concurrency:
15+
group: ${{ github.workflow }}-${{ github.ref }}
16+
cancel-in-progress: true
17+
1418
jobs:
1519
build:
1620
strategy:

0 commit comments

Comments
 (0)