CI: Run vagrant validate on master as well (#12311)

Not really a reason not to, and this actually breaks daily-ci because
some jobs depends on this one so the whole pipeline is invalid if it's
not created.
This commit is contained in:
Max Gautier
2025-06-18 09:12:53 +00:00
committed by GitHub
parent 170b3dc55d
commit 85cf0014cd

View File

@@ -24,4 +24,3 @@ vagrant-validate:
VAGRANT_VERSION: 2.3.7 VAGRANT_VERSION: 2.3.7
script: script:
- ./tests/scripts/vagrant-validate.sh - ./tests/scripts/vagrant-validate.sh
except: ['triggers', 'master']