Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH actions doesn't run if one-out-of-many commits has [skip ci] #553

Closed
ComFreek opened this issue Oct 28, 2020 · 0 comments
Closed

GH actions doesn't run if one-out-of-many commits has [skip ci] #553

ComFreek opened this issue Oct 28, 2020 · 0 comments
Assignees

Comments

@ComFreek
Copy link
Member

The GH actions workflow file currently uses if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"`` to skip builds for commits that have [skip ci]` in them. (I added that some days ago.)

Problem: if you push multiple commits at once and only one of them has [skip ci] in it, no CI will run.
Probably trivial to fix, just replace commits.*.message somehow, I guess.

@ComFreek ComFreek self-assigned this Oct 28, 2020
ComFreek added a commit that referenced this issue Nov 2, 2020
@ComFreek ComFreek closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant