-
Notifications
You must be signed in to change notification settings - Fork 2
Github allows to do this right away #5
Comments
This is awesome! Thank you @smnbbrv |
Does not for me... See https://github.com/ngx-grpc/protoc-gen-ng/commits/master |
I'm baffled how @smnbbrv got this to work without failures. Every time I use EDIT: Actually it appears this is a bug with an active ticket: https://github.community/t5/GitHub-Actions/Status-of-workflows-with-no-running-jobs/td-p/37160 |
@MGatner of course the discussion there has no binding to this particular repo. It clearly fails and I can't imagine the circumstances of how this could succeed. The discussion you linked to proves this assumption true. |
If I understand correctly the report and subsequent response, workflows that run now jobs should count as "skipped", but currently count incorrectly as failures. I'm hopeful that when this issue is resolved this method of providing |
Could you post some failure examples? For me it works like a charm again and again |
What’s really different to my builds here is matrix. My reasons for ci skip are coming from a semantic release CHANGELOG.md commit - I don’t want it to trigger another release = avoid infinite loop. Maybe the matrix build is the key to the problem here... |
Looks like it works for me. runs-on: either linux osx or windows
if: "!contains(github.event.head_commit.message, '[skip ci]')" |
Hi
thanks for your work!
However the current version of github actions allows you to do this in a more elegant way:
Probably worth mentioning it in the readme...
The text was updated successfully, but these errors were encountered: