From ecbc579bfdbf43ff86977d34d1bbec6ffc01fee4 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 17 Sep 2020 13:05:44 +0200 Subject: [PATCH] dont upload page validation report on pr --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1bafe2e..8792eec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,6 +56,9 @@ steps: strip_prefix: lhci_reports/dist/ target: /${DRONE_REPO_NAME} when: + ref: + - refs/heads/master + - refs/tags/** status: - failure - success @@ -235,6 +238,6 @@ depends_on: --- kind: signature -hmac: 0c98dc22823695273ff711ccf8d2693a0895bdac5a6d53617d6f7f89a36b7cb1 +hmac: 41d1cd141179529490477cabe96f9e62933e0deb7cab3d17043a2182afd515fb ...