1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 17:35:49 +00:00

Exclude pull_request from fetch-tags step, fixes #7108 (#7120)

Signed-off-by: Nick Meyer <nick@e3b0c442.io>
This commit is contained in:
Nick Meyer 2019-06-04 20:17:17 -05:00 committed by Lunny Xiao
parent 8bf405986e
commit 5d3177dbb6

View File

@ -7,6 +7,9 @@ pipeline:
image: docker:git image: docker:git
commands: commands:
- git fetch --tags --force - git fetch --tags --force
when:
event:
exclude: [ pull_request ]
download_translations: download_translations:
image: jonasfranz/crowdin image: jonasfranz/crowdin