From 5cebb839d4f5ee02ba5cf40886a21e634065fb9c Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 16 Feb 2023 21:05:05 +0100 Subject: [PATCH] gitlab-ci: only run Windows job in branches called "windows --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 63b7c97c..96b9b59b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -509,9 +509,12 @@ Build documentation: - docs/build/html/ +# this job will only run in branches called "windows" until the Windows port is complete Windows: tags: - windows + only: + - windows script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install --no-progress -y git --force --params "/GitAndUnixToolsOnPath"