From 4177289ef64d3e8dc255723f8aaf12c37af6fa8a Mon Sep 17 00:00:00 2001 From: Ekko <92532497+0ekk@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:59:06 +0800 Subject: [PATCH] Fix typo in .gitlab-ci/kubevirt.yml (#12134) Signed-off-by: Ekko Tu --- .gitlab-ci/kubevirt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/kubevirt.yml b/.gitlab-ci/kubevirt.yml index 4ed5ba733..f8e1fb427 100644 --- a/.gitlab-ci/kubevirt.yml +++ b/.gitlab-ci/kubevirt.yml @@ -15,7 +15,7 @@ - ci-not-authorized # 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 # pipeline definition is parsed by gitlab before the rebase.sh script) # CI template for PRs