Skip to content

Commit

Permalink
cancel concurrent CI runs
Browse files Browse the repository at this point in the history
  • Loading branch information
jishnub committed Aug 4, 2022
1 parent 2fffa7d commit 2fc86db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: CI
on:
- push
- pull_request

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

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

0 comments on commit 2fc86db

Please sign in to comment.