Skip to content

Commit 5d3177d

Browse files
e3b0c442lunny
authored andcommitted
Exclude pull_request from fetch-tags step, fixes #7108 (#7120)
Signed-off-by: Nick Meyer <[email protected]>
1 parent 8bf4059 commit 5d3177d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.drone.yml

+3
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)