Skip to content

Prevent spinning up actions during release with multiple simultaneous pushes across branches #26500

Answered by weide-zhou
thornomad asked this question in Actions
Discussion options

You must be logged in to vote

Hi @thornomad ,

It’s not supported. For push event, it only concerns whether there’s a commit while not commit created by gitflow or direct git push.  If the yaml file is identical between the three branches, you can limit the workflow to a specific branch, but it will prevent individual push workflow of the other branches.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants