Skip to content

CI/CD 101, where am I going wrong? #26859

Answered by lee-dohm
woter1832 asked this question in Actions
Discussion options

You must be logged in to vote
woter1832:

Is there a way to have multiple workflows with their own on: settings?

Yes, you can have as many different workflows as you like and each one can have its own on: settings. What it looks like you’re trying to do is have it all in one file. If you split the two concepts into two separate files (each one containing a single workflow), then things should work better for you.

For example, in my select-matching-issues Action I have two separate workflows for testing and publishing.

Is that something that would help?

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

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