Skip to content

Commit ed7636a

Browse files
committed
restore workflow
1 parent 94ba9df commit ed7636a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/workflow.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: Whole
33
on: [push]
44

55
jobs:
6-
# test:
7-
# uses: ./.github/workflows/test.yml
8-
# secrets: inherit
6+
test:
7+
uses: ./.github/workflows/test.yml
8+
secrets: inherit
99

1010
publish:
11-
# if: startsWith(github.event.ref, 'refs/tags/v')
12-
# needs: test
11+
if: startsWith(github.event.ref, 'refs/tags/v')
12+
needs: test
1313
uses: ./.github/workflows/publish.yml
1414
secrets: inherit
1515

0 commit comments

Comments
 (0)