]> source.dussan.org Git - gitea.git/commitdiff
Exclude pull_request from fetch-tags step, fixes #7108 (#7120)
authorNick Meyer <nick@e3b0c442.io>
Wed, 5 Jun 2019 01:17:17 +0000 (20:17 -0500)
committerLunny Xiao <xiaolunwen@gmail.com>
Wed, 5 Jun 2019 01:17:17 +0000 (09:17 +0800)
Signed-off-by: Nick Meyer <nick@e3b0c442.io>
.drone.yml

index 6d9cde5ca9539d31aa170f739b021e391838189d..0b8c8422b63b4f6669dd96d620705aeea8e6c871 100644 (file)
@@ -7,6 +7,9 @@ pipeline:
     image: docker:git
     commands:
       - git fetch --tags --force
+    when:
+      event:
+        exclude: [ pull_request ]
 
   download_translations:
     image: jonasfranz/crowdin