As the title says: I need a job with an approval that is only executed if a runtime variable has a specific value.
After reading the docs, it seems like this is not possible, as the approvals are strictly evaluated at compile time, so even if my condition returns false, the approval is still required to start the job, even if it doesn't do anything.
Is there any workaround?
I can't think of any, sadly.