Skip to content

Commit

Permalink
[FLINK-36460] Cancel existing jobs on push of new version
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBarker committed Oct 14, 2024
1 parent eb088bc commit bd374ce
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 @@ -27,6 +27,10 @@ on:
- main
- release-*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true

jobs:
test_ci:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd374ce

Please sign in to comment.