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. However, the location of when: manual determines the type of manual job created:

# References

Edited: 2026-03-10