[Optionally] Send success status to github PR when trigger condition is not met
in progress
F
Frequent Jay
I don't want the conditional execution of a pipeline to block a PR's ability to merge.
See here for GHA docs: https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/using-conditions-to-control-job-execution
Note: A job that is skipped will report its status as "Success". It will not prevent a pull request from merging, even if it is a required check.
Log In
N
Nofar Bluestein
in progress
Canny AI
Merged in a post:
Support "Skipped" for Github Status Checks
F
Frequent Jay
For pipelines which are skipped due to trigger conditions, a Github PR will still be blocked because the status check is stuck in "waiting". The pipeline should return "skipped" status
Rohan Gupta
long-term