Skip to content

Commit

Permalink
👷 Make the pyfiction CI fail fast
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwa committed Oct 9, 2023
1 parent eeb81ea commit 4a71fc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- 'libs/**'
- '.github/workflows/python-bindings.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

defaults:
run:
shell: bash
Expand Down

0 comments on commit 4a71fc3

Please sign in to comment.