Replies: 1 comment 9 replies
-
@freddydk have you encountered this? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If you want to enforce a successful build, you will need to set CI/CD Workflow to be required by the policy.
You will encounter some situations where no CI/CD Workflow is started, because no build is needed.
In that case you will need to override the policy.
I think it would be useful to start the CI/CD Workflow anyway and make it succeed immediately.
This adds more consistency in the process.
Currently you need to know the common delay between PRHandler and CI/CD Workflow. If it takes longer then "normal" you need to understand if its not needed or something is wrong.
Beta Was this translation helpful? Give feedback.
All reactions