mirror of
https://github.com/imjasonh/git-k8s
synced 2026-07-10 23:51:58 +00:00
Run build and e2e jobs concurrently
Remove `needs: build` from the e2e job so both jobs start immediately instead of running in sequence. https://claude.ai/code/session_01QfFzqKQUsxxBsiZUhuJ3pG
This commit is contained in:
parent
5eb8ab49bd
commit
6db30c9fe3
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -36,7 +36,6 @@ jobs:
|
|||
e2e:
|
||||
name: e2e
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
|
||||
env:
|
||||
KO_DOCKER_REPO: registry.local:5000/git-k8s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue