From ce820a5d3c96419044809c8b66d04c917f05a088 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Thu, 6 Jun 2024 23:22:55 +0000 Subject: [PATCH] fix: this should fix up this job (hopefully) --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a70a1ad..4e56b1d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,8 @@ sync_repos: - chmod +x ./sync.sh - ./sync.sh rules: - - changes: + - if: '$CI_PROJECT_NAMESPACE == "compsoc1/skynet" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' + changes: - sync/repos.csv .scripts_base: &scripts_base