Skip to content

Commit 469bccb

Browse files
Apply suggestions from code review
Co-authored-by: Zied Guesmi <[email protected]>
1 parent 4ffd237 commit 469bccb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/core-smart-contract-deploy.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ on:
2323
- prod
2424
default: 'dev'
2525

26-
concurrency:
27-
group: ${{ github.ref }}-core-smart-contract-ci
28-
cancel-in-progress: true
2926

3027
jobs:
3128
build-and-test:
@@ -87,7 +84,7 @@ jobs:
8784
IS_VERIFICATION_API_V2: ${{ vars.IS_VERIFICATION_API_V2 }}
8885
run: |
8986
if [ "${{ inputs.network }}" = "hardhat" ]; then
90-
npm run deploy -- --network ${{ inputs.network }} --verify
87+
npm run deploy -- --network ${{ inputs.network }}
9188
else
9289
# For testnets, use network-environment; for mainnets, use network only
9390
if [ "$IS_MAINNET" = false ]; then

0 commit comments

Comments
 (0)