Skip to content

Commit 7ffae7c

Browse files
committed
[FLINK-36460] Cancel existing jobs on push of new version
1 parent afd1ed7 commit 7ffae7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ on:
2727
- main
2828
- release-*
2929
pull_request:
30+
concurrency:
31+
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
32+
cancel-in-progress: true
33+
3034
jobs:
3135
test_ci:
3236
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)