Skip to content

Commit 45cc1cf

Browse files
authored
Merge pull request #1358 from marquiz/devel/github-release-workflow-concurrency
github: prevent parallel runs of gh-pages update
2 parents ff1a212 + ef3ad8f commit 45cc1cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- v[0-9]+.[0-9]+.[0-9]+
99
release:
1010
types: [published]
11+
12+
concurrency:
13+
group: ${{ github.workflow }}
14+
1115
jobs:
1216
build:
1317
name: Update gh-pages

0 commit comments

Comments
 (0)