Skip to content

Commit

Permalink
Cancel in-progress concurrent CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
halleysfifthinc committed Jul 31, 2024
1 parent 2d5d117 commit 37a058a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ permissions:
actions: write
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ !contains(github.ref, 'release/')}}

jobs:
test:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
Expand Down

0 comments on commit 37a058a

Please sign in to comment.