Oops, missed needs in all steps passed
This commit is contained in:
1
.github/workflows/run-ci.yml
vendored
1
.github/workflows/run-ci.yml
vendored
@@ -39,5 +39,6 @@ jobs:
|
|||||||
all_test_passed:
|
all_test_passed:
|
||||||
name: "all tests passed"
|
name: "all tests passed"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [test, doc]
|
||||||
steps:
|
steps:
|
||||||
- run: echo Success
|
- run: echo Success
|
||||||
|
|||||||
Reference in New Issue
Block a user