Skip to content
Discussion options

You must be logged in to vote

You can’t force GitHub to ignore [skip ci] on a tag push, but you can avoid the problem by triggering your second workflow from a different event. The easiest fix is to use on: create or on: release and then check that the created ref is a tag. Those events aren’t blocked by commit messages, so your tag will always trigger the workflow even if the commit has [skip ci].

Replies: 2 comments

This comment was marked as off-topic.

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
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage Misc General discussions about GitHub Actions that don't fit other found themes.
1 participant