drone: stop running on PRs
All checks were successful
continuous-integration/drone/push Build is passing

Gitea settings for this repo were recently changed to require explicitly rebasing a PR if it isn't already based on main before merging. This makes the drone PR run redundant and it's really slow to run multiple in parallel on the current runner.
This commit is contained in:
Jake Hillion 2024-02-07 23:46:13 +00:00
parent 26908c8b77
commit ec4f9f8af4

View File

@ -19,8 +19,9 @@ trigger:
event:
exclude:
- tag
- pull_request
---
kind: signature
hmac: 871e14a3fb13285ac771b1c875bc3aca8f4e20939e6046a4fd7b355d492c7888
hmac: 5af72ec77460d7d914f9177c78febed763ea1a33dc0f0e39e7599bbf8f4ad987
...