fix(ci): Use valid GitLab CI YAML syntax in placeholder
This commit is contained in:
parent
512840c2a6
commit
164ebcc408
1 changed files with 7 additions and 4 deletions
|
|
@ -1,6 +1,9 @@
|
|||
# Auto-generated test matrix placeholder
|
||||
# This file is overwritten by the generate-matrix job during CI/CD runs
|
||||
# It exists as a placeholder so GitLab can parse .gitlab-ci.yml
|
||||
# Overwritten by generate-matrix job during CI/CD runs
|
||||
|
||||
# The generate-matrix job in .gitlab-ci.yml creates the actual test jobs
|
||||
# based on which files changed (via scripts/detect-changes.sh)
|
||||
# Empty job that does nothing (valid GitLab CI syntax)
|
||||
.test-matrix-placeholder:
|
||||
script:
|
||||
- echo "Placeholder"
|
||||
rules:
|
||||
- when: never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue