Skip to content

Commit

Permalink
Try with concurrenct group
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Jan 28, 2025
1 parent 008ca34 commit a1f0eaf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: Build NEURON Python wheels

concurrency:
# 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
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/master' && github.run_id || github.event.number && github.head_ref || github.ref_name }}
cancel-in-progress: true

on:
push:
branches:
Expand Down

0 comments on commit a1f0eaf

Please sign in to comment.