Skip to content

Commit 0e0169a

Browse files
committed
chore: comment out build-and-test job in deployment workflow to test
1 parent 091139f commit 0e0169a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ on:
2424
default: 'dev'
2525

2626
jobs:
27-
build-and-test:
28-
uses: ./.github/workflows/sharing-smart-contracts-ci.yml
29-
with:
30-
node-version: 20
27+
# build-and-test:
28+
# uses: ./.github/workflows/sharing-smart-contracts-ci.yml
29+
# with:
30+
# node-version: 20
3131

3232
deploy:
33-
needs: build-and-test
33+
# needs: build-and-test
3434
runs-on: ubuntu-latest
3535
env:
3636
CI: true

0 commit comments

Comments
 (0)