Skip to content

Commit f2143fe

Browse files
committed
Remove concurency.
1 parent 77b249d commit f2143fe

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/java-ecs-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ on:
2626
validation-result:
2727
value: ${{ jobs.java-ecs.outputs.validation-result }}
2828

29-
concurrency:
30-
group: '${{ github.workflow }} @ ${{ inputs.aws-region }}'
31-
cancel-in-progress: false
32-
3329
permissions:
3430
id-token: write
3531
contents: read

.github/workflows/python-ecs-test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ on:
2626
validation-result:
2727
value: ${{ jobs.python-ecs.outputs.validation-result }}
2828

29-
concurrency:
30-
group: '${{ github.workflow }} @ ${{ inputs.aws-region }}'
31-
cancel-in-progress: false
32-
3329
permissions:
3430
id-token: write
3531
contents: read

0 commit comments

Comments
 (0)