Skip to content

Commit 9a6e0cb

Browse files
Merge pull request #37 from aws-observability/eks-concurrency
[EKS] Separating concurrency tag to be per region
2 parents 4557838 + 020d5a0 commit 9a6e0cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/appsignals-e2e-eks-canary-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ on:
1111
- cron: '*/15 * * * *' # run the workflow every 15 minutes
1212
workflow_dispatch: # be able to run the workflow on demand
1313

14-
concurrency:
15-
group: ${{ github.workflow }}
16-
cancel-in-progress: false
17-
1814
permissions:
1915
id-token: write
2016
contents: read

.github/workflows/appsignals-e2e-eks-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ on:
2121
required: true
2222
type: string
2323

24+
concurrency:
25+
group: '${{ github.workflow }} @ ${{ inputs.aws-region }}'
26+
cancel-in-progress: false
27+
2428
permissions:
2529
id-token: write
2630
contents: read

0 commit comments

Comments
 (0)