Skip to content
Discussion options

You must be logged in to vote

Based on what @queenofcorgis explained, it looks like this is just how GitHub has implemented required workflows - they won't trigger unless there's at least one workflow file in the repo's .github/workflows directory, even when Actions is enabled.

I totally get your point though. It does feel redundant having to add a dummy workflow just to satisfy the org-level requirements. Would be nice if org workflows could trigger independently when Actions is enabled, without needing that local workflow file.

For now, the workaround is creating a minimal workflow file in the repo that matches the trigger events your org workflows use. Not ideal, but gets the job done.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by konstruktoid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enterprise Discussions related to GitHub Enterprise Cloud, Enterprise Server and Organizations Question Ask and answer questions about GitHub features and usage
3 participants