mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-21 12:01:52 +00:00
Run publish-check in parallel with other jobs (#922)
I don't see the reason why publish-check has to wait for the other jobs to complete. After all, it's yet another "lint". Running it in parallel might shave of a significant amount of time from our CI builds.
This commit is contained in:
parent
ece8b7310f
commit
1c297b43be
1 changed files with 0 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -50,9 +50,6 @@ jobs:
|
|||
args: --all-targets -- --deny warnings
|
||||
|
||||
publish-check:
|
||||
needs:
|
||||
- test
|
||||
- lint
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
|
|||
Loading…
Reference in a new issue