Skip to content

Commit 0a9a0b0

Browse files
authored
Merge pull request #1705 from ANTsX/ci_concurrency
COMP: Cancel previous ci builds
2 parents f7c20a5 + 259e054 commit 0a9a0b0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-docker.yml

+5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ on:
1313
- reopened
1414
- synchronize
1515
- ready_for_review
16+
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
19+
cancel-in-progress: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) }}
20+
1621
jobs:
1722
docker:
1823
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)