From 5d3177dbb650b64eed4a1f35c7e469438270b90b Mon Sep 17 00:00:00 2001
From: Nick Meyer <nick@e3b0c442.io>
Date: Tue, 4 Jun 2019 20:17:17 -0500
Subject: [PATCH] Exclude pull_request from fetch-tags step, fixes #7108
 (#7120)

Signed-off-by: Nick Meyer <nick@e3b0c442.io>
---
 .drone.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index 6d9cde5ca9..0b8c8422b6 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -7,6 +7,9 @@ pipeline:
     image: docker:git
     commands:
       - git fetch --tags --force
+    when:
+      event:
+        exclude: [ pull_request ]
 
   download_translations:
     image: jonasfranz/crowdin