1
0
Fork 0
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:
Claude 2026-02-28 01:23:05 +00:00
parent 5eb8ab49bd
commit 6db30c9fe3
No known key found for this signature in database

View file

@ -36,7 +36,6 @@ jobs:
e2e:
name: e2e
runs-on: ubuntu-latest
needs: build
env:
KO_DOCKER_REPO: registry.local:5000/git-k8s