Docs feedback: No information how to do boolean "not" logic in if rules
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
https://docs.gitlab.com/ee/ci/jobs/job_control.html#common-if-clauses-for-rules
There is no explanation how one could do a boolean negation, i.e.
rules:
- if: ! $CI_PIPELINE_TRIGGERED # doesn't work
What would be the alternative?
Edited by 🤖 GitLab Bot 🤖