Skip to content

Commit e9ef655

Browse files
authored
Merge pull request #2017 from arduino/PNX-5088-fix-docs-content-gh-workflow
[PNX-5088] Fix deploy workflow concurrency settings
2 parents da35038 + 3736e55 commit e9ef655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-prd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88

99
concurrency:
10-
group: deploy-production
10+
group: deploy-prd
1111
cancel-in-progress: true
1212

1313
jobs:

.github/workflows/deploy-stg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- ghaction
88

99
concurrency:
10-
group: deploy-staging
10+
group: deploy-stg
1111
cancel-in-progress: true
1212

1313
jobs:

0 commit comments

Comments
 (0)