From 47bd1cff4bc781c523bc4d3dfb0ec916910de70a Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 3 Jun 2024 16:54:15 +0200 Subject: [PATCH] radv/ci: fix manual rules It was set to "always run" for amd common files changes when I obviously meant for it to be manual and messed up my copy/paste when I wrote that. Fixes: ebaede788e05ea3a22bf ("amd/ci: limit radv jobs to radv + aco files changes") Part-of: --- src/amd/ci/gitlab-ci-inc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/ci/gitlab-ci-inc.yml b/src/amd/ci/gitlab-ci-inc.yml index 1010487de0c..03407e46d4d 100644 --- a/src/amd/ci/gitlab-ci-inc.yml +++ b/src/amd/ci/gitlab-ci-inc.yml @@ -70,7 +70,7 @@ - !reference [.vulkan-manual-rules, rules] - changes: *amd_common_file_list - when: on_success + when: manual - changes: *radv_file_list when: manual