Skip to content

Update Versions triggers Auto to run again #2264

Answered by pchalupa
AndrewLeedham asked this question in Q&A
Discussion options

You must be logged in to vote

If you are using GitHub Actions, you must add the if condition to your job.

    if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"

You can find it in an example workflow file https://intuit.github.io/auto/docs/build-platforms/github-actions.

Replies: 2 comments

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 hipstersmoothie
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants