Skip to content

Commit 0c490b7

Browse files
committed
Automatically cancel any previous CI runs for the ci.yml workflow, keeping only the latest one active
1 parent 5106c83 commit 0c490b7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [ develop ]
66
workflow_dispatch:
77

8+
concurrency:
9+
group: ${{ github.event.pull_request.number }}
10+
cancel-in-progress: true
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)