Skip to content

Commit 827eb23

Browse files
committed
fix multiple deploy github-actions
1 parent 0a40be4 commit 827eb23

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ on:
99
- completed
1010
workflow_dispatch:
1111

12+
concurrency:
13+
group: deploy-${{ github.ref }}
14+
cancel-in-progress: false
15+
1216
permissions:
1317
contents: read
1418
packages: write

.github/workflows/test-module-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- "src/modules/**"
1212
- "src/server/core/**"
1313
- ".github/workflows/test-module-container.yml"
14+
workflow_dispatch:
1415

1516
jobs:
1617
discover-modules:

.github/workflows/versioning.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- main
1313
workflow_dispatch:
1414

15+
concurrency:
16+
group: version-bump-${{ github.ref }}
17+
cancel-in-progress: false
18+
1519
permissions:
1620
actions: read
1721
contents: write

0 commit comments

Comments
 (0)