Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccecfbb

Browse files
ci: add GitHub Actions concurrency (#5471)
1 parent 9d63dad commit ccecfbb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ env:
99
COVERAGE: '0'
1010
SYMFONY_DEPRECATIONS_HELPER: max[self]=0
1111

12+
concurrency:
13+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14+
cancel-in-progress: true
15+
1216
jobs:
1317
commitlint:
1418
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)