Skip to content

Commit b0886fd

Browse files
committed
ci, gha: Ensure only a single workflow processes github.ref at a time
1 parent 3d05c86 commit b0886fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
tags-ignore:
88
- '**'
99

10+
concurrency:
11+
group: ${{ github.ref }}
12+
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
13+
1014
env:
1115
### compiler options
1216
HOST:

0 commit comments

Comments
 (0)