Skip to content

Commit 3ea321c

Browse files
committed
chore: remove concurrency
1 parent e32cad8 commit 3ea321c

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Diff for: .github/workflows/deploy-cdk-env.yml

-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ on:
2323
required: true
2424
default: 'dev'
2525

26-
concurrency: ${{ github.workflow }}-${{ github.ref }}
27-
2826
jobs:
2927
changes:
3028
runs-on: ubuntu-latest

Diff for: .github/workflows/deploy-cdk-tools.yml

-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ permissions:
1111
on:
1212
workflow_call:
1313

14-
concurrency: ${{ github.workflow }}-${{ github.ref }}
15-
1614
jobs:
1715
changes:
1816
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)