From ec4f9f8af40a5929a77cc8dde608716c4063f8ea Mon Sep 17 00:00:00 2001 From: Jake Hillion Date: Wed, 7 Feb 2024 23:46:13 +0000 Subject: [PATCH] drone: stop running on PRs 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. --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c4d9c36..53c72a0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,8 +19,9 @@ trigger: event: exclude: - tag + - pull_request --- kind: signature -hmac: 871e14a3fb13285ac771b1c875bc3aca8f4e20939e6046a4fd7b355d492c7888 +hmac: 5af72ec77460d7d914f9177c78febed763ea1a33dc0f0e39e7599bbf8f4ad987 ... -- 2.47.0