ci: test
All checks were successful
ci/woodpecker/push/lint Pipeline was successful

This commit is contained in:
Michael Grote 2024-05-06 23:34:03 +02:00
parent 4b67bf4fd5
commit e19f67f491

View file

@ -21,8 +21,6 @@ steps:
fi
done
when:
- event: push
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
- event: pull_request
- event: [push, pull_request]
evaluate: 'CI_COMMIT_AUTHOR_EMAIL != "renovate@mgrote.net"'
...