Skip to content

Github Actions unresponsive while splitting on push/PR action #25053

Discussion options

You must be logged in to vote

Hi @andrejmitrovic ,

I forked your repositories and repro on my side. This is due to the syntax error in your yaml file. You cannot just move the ‘push’ code down to split ‘push/pull_request’. Duplicated workflow in one metadata file is not supported. Please create a new workflow file for ‘push’ event.

I just removed the ‘push’ code part, and workflow starts then.

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