Skip to content

Commit 660ed81

Browse files
e3b0c442jeffliu27
authored andcommitted
Exclude pull_request from fetch-tags step, fixes go-gitea#7108 (go-gitea#7120)
Signed-off-by: Nick Meyer <[email protected]>
1 parent e0e2451 commit 660ed81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ pipeline:
77
image: docker:git
88
commands:
99
- git fetch --tags --force
10+
when:
11+
event:
12+
exclude: [ pull_request ]
1013

1114
download_translations:
1215
image: jonasfranz/crowdin

0 commit comments

Comments
 (0)