Skip to content

Commit

Permalink
[ci] improve job deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Mar 25, 2024
1 parent 14bf1a6 commit 1eb32e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ jobs:
runs-on: vlab
needs:
- test
- build
timeout-minutes: 120

strategy:
Expand Down Expand Up @@ -222,7 +223,6 @@ jobs:
runs-on: lab
if: startsWith(github.event.ref, 'refs/tags/') && github.event_name == 'push'
needs:
- test
- build
- vlab

Expand Down

0 comments on commit 1eb32e8

Please sign in to comment.