http://dacxzjk3kq5mmepbdd3ai2ifynlzxsnpl2cnkfhridqfywihrfftapid.onion/help/ci/jobs/index.md
Hide a job
To temporarily disable a job without deleting it from the configuration
file, add a period ( . ) to the start of the job name. Hidden jobs do not need to contain
the script or trigger keywords, but must contain valid YAML configuration.
For example:
.hidden_job :
script :
- run test
Hidden jobs are not processed by GitLab CI/CD, but they can be used as templates
for reusable configuration with:
The extends keyword .