Skip to content

Commit 3bdbb30

Browse files
author
Goran Jelic-Cizmek
committed
Better concurrency for wheels CI
1 parent 9d1e2f1 commit 3bdbb30

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/wheels-ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Build NEURON Python wheels for CI
22

3+
concurrency:
4+
# Don't cancel on master, creating a PR when a push workflow is already going will cancel the push workflow in favour of the PR workflow
5+
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_id || github.event.number && github.head_ref || github.ref_name }}
6+
cancel-in-progress: true
7+
38
on:
49
push:
510
branches:

0 commit comments

Comments
 (0)