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

Commit 04aa2a3

Browse files
committed
chore: ensure concurrency on branch name
1 parent fa6966a commit 04aa2a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches: [master]
99

10+
concurrency:
11+
group: ${{ github.head_ref || github.ref_name }}
12+
cancel-in-progress: true
13+
1014
jobs:
1115
examples:
1216
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)