Skip to content

Commit 5cec6af

Browse files
committed
fix: add concurrency settings to deployment workflow for improved efficiency
1 parent dcc8d7c commit 5cec6af

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ on:
1515
- arbitrum
1616
default: 'anvil'
1717

18+
concurrency:
19+
group: deploy-${{ inputs.network }}
20+
cancel-in-progress: true
21+
1822
jobs:
1923

2024
# Build and test before deploying.

0 commit comments

Comments
 (0)