Skip to content
Discussion options

You must be logged in to vote

Have you tried to escape all special glob chars of your workflow name? (https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet)

workflows: ["🔍 Check improvements with Mudlet's C\\+\\+ style guide"]

idk if this is your problem here, but I have not tested it myself. I'm pretty shure \ allows you to escape any glob char, even if the GitHub Docu doesn't mention it

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@vadi2
Comment options

Answer selected by vadi2
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
3 participants