Skip to content

Commit 43730a9

Browse files
committed
add concurrency control to llvmlite osx-64 conda builder workflow
1 parent 5c0ad4d commit 43730a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/llvmlite_osx-64_conda_builder.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ on:
1111
required: false
1212
type: string
1313

14+
# Add concurrency control
15+
concurrency:
16+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
17+
cancel-in-progress: true
18+
1419
jobs:
1520
osx-64-build:
1621
name: osx-64-build

0 commit comments

Comments
 (0)