TIL the difference between optional and blocking manual jobs in GitLab CI
2026-03-10 • 1 min

To create an optional job in GitLab CI, add when: manual to the job configuration. Note that the location of when: manual determines the type of manual job created:

# References

Last Updated: 2026-03-31