Skip to content

Commit

Permalink
ci: cancel in-progress workflows upon new PR commit
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Sep 13, 2023
1 parent b6b5876 commit d1ac47d
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 @@ -10,6 +10,10 @@ defaults:
run:
shell: bash

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

jobs:

# check consistency between Groovy and C++ APIs
Expand Down

0 comments on commit d1ac47d

Please sign in to comment.