-
-
Notifications
You must be signed in to change notification settings - Fork 379
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
Move "skip ci" logic into global pipeline conditions #2216
Conversation
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-2216.surge.sh |
hook gets ignored ... but it does not return a 204 to the webhook as expected ... need to have a look at it again :/ |
fixed and found a bug that has to be backported 😅 |
bugfix part was backported at #2230 |
…remove it" This reverts commit 856cc74.
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. Additional details and impacted files@@ Coverage Diff @@
## main #2216 +/- ##
=======================================
Coverage ? 40.78%
=======================================
Files ? 182
Lines ? 10914
Branches ? 0
=======================================
Hits ? 4451
Misses ? 6121
Partials ? 342 ☔ View full report in Codecov by Sentry. |
@lafriks rerequested review because of to much changes :S |
the error check always failed, as the custom errors did not have the `Is(error) bool` interface implemented backport bugfix part of #2216
@6543 this seems to be broken now? https://ci.thegeeklab.de/repos/13/pipeline/14 |
Argh.... because that is part of the global pipeline filter now which will not work if there is no pipeline config for a branch... There really need to be a way to ignore branches. |
…ker-ci#2216)" This reverts commit a5ef372.
... and make custom errors follow std err conventions
this fix a 500 response if the whole pipeline is filtered out