Skip to content

Commit f5e1dbe

Browse files
littledivysatyarohith
authored andcommitted
chore: cancel old in-progress CI workflows (#13811)
1 parent 0d6c4f9 commit f5e1dbe

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
@@ -2,6 +2,10 @@ name: ci
22

33
on: [push, pull_request]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
7+
cancel-in-progress: true
8+
59
jobs:
610
build:
711
name: ${{ matrix.job }} ${{ matrix.profile }} ${{ matrix.os }}

0 commit comments

Comments
 (0)