Hi there,
I have specific request regarding WHEN on job level, it exists for workflow and step but not job.
Usecase:
In case you have parallel jobs running in single workflow you may want to execute a job which requires the parallel jobs just to complete (run job no matter with which status the required jobs were complete)
Solution:
If a job has required job(s) add WHEN key with options: always, on-fail, on-pass so the job will be executed despite required jobs status.