Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 5acd3fb

Browse files
committed
ci: cancel in-progress actions in prs
1 parent 06d3dac commit 5acd3fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: .github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
branches:
99
- main
1010

11+
concurrency:
12+
group: ${{ github.workflow }}-${{ github.event.number || github.sha }}
13+
cancel-in-progress: ${{ github.event_name != 'push' }}
14+
1115
jobs:
1216
lint:
1317
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)