Skip to content

Commit

Permalink
ci: cancel in-progress workflows upon new PR commit (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks authored Sep 13, 2023
1 parent b6b5876 commit 4f17b97
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 4f17b97

Please sign in to comment.