Skip to content

Commit 40e4d2b

Browse files
authored
Update flow.yml
1 parent 3cd35ae commit 40e4d2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ on:
1111
jobs:
1212
check:
1313
uses: ./.github/workflows/basic_check.yml
14-
test:
15-
uses: ./.github/workflows/test.yml
14+
# test:
15+
# uses: ./.github/workflows/test.yml
1616
deployment:
1717
needs:
18-
- test
18+
# - test
1919
- check
2020
uses: ./.github/workflows/deployment.yml
2121
secrets: inherit

0 commit comments

Comments
 (0)