Skip to content

Commit 0259a0b

Browse files
m
1 parent ef8f62a commit 0259a0b

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/ci_codebuild-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
CI_AWS_ROLE_ARN:
1414
required: true
1515

16+
concurrency:
17+
group: ${{ github.workflow }}-${{ github.ref }}
18+
cancel-in-progress: true
19+
1620
permissions:
1721
id-token: write
1822
contents: read

.github/workflows/ci_codebuild_batch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
CI_AWS_ROLE_ARN:
88
required: true
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
cancel-in-progress: true
13+
1014
permissions:
1115
id-token: write
1216
contents: read

0 commit comments

Comments
 (0)