Skip to content

Commit a4d801d

Browse files
devantlerCopilot
andauthored
Update .github/workflows/ci.yaml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Nikolai Emil Damm <ned@devantler.tech>
1 parent 223b954 commit a4d801d

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -671,13 +671,11 @@ jobs:
671671
runs-on: ubuntu-latest
672672
timeout-minutes: 120
673673
needs:
674-
[
675-
changes,
676-
build-artifact,
677-
warm-helm-cache,
678-
warm-mirror-cache,
679-
system-test-docker,
680-
]
674+
- changes
675+
- build-artifact
676+
- warm-helm-cache
677+
- warm-mirror-cache
678+
- system-test-docker
681679
if: (github.event_name == 'merge_group' && needs.changes.outputs.system-test == 'true') || (github.event_name == 'workflow_dispatch' && inputs.run_system_tests == true)
682680
environment: ci
683681
permissions:

0 commit comments

Comments
 (0)