Fix typo in .gitlab-ci/kubevirt.yml (#12134)

Signed-off-by: Ekko Tu <lihai.tu@daocloud.io>
This commit is contained in:
Ekko
2025-04-18 18:59:06 +08:00
committed by GitHub
parent 4ad9f9b535
commit 4177289ef6

View File

@@ -15,7 +15,7 @@
- ci-not-authorized - ci-not-authorized
# TODO: generate testcases matrixes from the files in tests/files/ # TODO: generate testcases matrixes from the files in tests/files/
# this is needed to avoid the need for PR rebasing when a job was added or remvoed in the target branch # this is needed to avoid the need for PR rebasing when a job was added or removed in the target branch
# (currently, a removed job in the target branch breaks the tests, because the # (currently, a removed job in the target branch breaks the tests, because the
# pipeline definition is parsed by gitlab before the rebase.sh script) # pipeline definition is parsed by gitlab before the rebase.sh script)
# CI template for PRs # CI template for PRs