Skip to content

Commit f88ecf2

Browse files
committed
Restaure full workflow
1 parent 629120d commit f88ecf2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/deploy-smart-contracts.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@ on:
1717
jobs:
1818
# Build and test before deploying.
1919
build-and-test:
20-
# uses: ./.github/workflows/main.yml
21-
runs-on: ubuntu-latest
22-
steps:
23-
- name: Mock
24-
run: echo "Done."
20+
uses: ./.github/workflows/main.yml
2521

2622
deploy:
2723
needs: build-and-test

0 commit comments

Comments
 (0)