Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
lazhenyi authored Oct 31, 2024
1 parent d9ccbe7 commit 7e22bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ on:
jobs:
check:
uses: ./.github/workflows/basic_check.yml
# test:
# uses: ./.github/workflows/test.yml
test:
uses: ./.github/workflows/test.yml
deployment:
needs:
# # - test
- test
- check
uses: ./.github/workflows/deployment.yml
secrets: inherit

0 comments on commit 7e22bd4

Please sign in to comment.