Skip to content

Commit d01bba3

Browse files
authored
prerelease.yml deploy to github pages needs concurrency control (#1939)
1 parent edcefbe commit d01bba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
full-version: ${{ steps.bootstrap.outputs.full-version }}
2020
major-version: ${{ steps.bootstrap.outputs.major-version }}
2121
needs: [build]
22+
concurrency:
23+
group: deploy-to-github-pages
2224

2325
environment:
2426
name: github-pages

0 commit comments

Comments
 (0)