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

Error logged when check is skipped #153

Closed
Jejuni opened this issue Nov 15, 2022 · 0 comments · Fixed by #204
Closed

Error logged when check is skipped #153

Jejuni opened this issue Nov 15, 2022 · 0 comments · Fixed by #204
Assignees

Comments

@Jejuni
Copy link

Jejuni commented Nov 15, 2022

I have a status check that requires a PR build to succeed before a merge.
Since I don't want to run the whole workflow just for a force push, I simply skipped the job that the check is waiting on via if: "!contains(github.ref, 'push-action')".

This works totally fine and everything completes successfully, but an error gets logged to the console:

image

Would be nice if conclusion: skipped would not be treated as an error (or whichever other property is appropriate for that).
Something to keep in mind if #149 gets implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants