Skip to content

Commit 64360e8

Browse files
committed
fix: do not allow build of dist action to run concurrently
When approving dependabot PRs, sometimes the action to build a new dist will fail due to the same version being used by two jobs. Signed-off-by: Chris. Webster <chris@webstech.net>
1 parent dc8810b commit 64360e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/push-github-actions.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ on:
1212
- 'script/**/*'
1313
- '.github/workflows/push-github-actions.yml'
1414

15+
concurrency:
16+
group: ${{ github.workflow }}
17+
1518
permissions:
1619
contents: write
1720

0 commit comments

Comments
 (0)