1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 10:14:27 +00:00

chore: limit change

This commit is contained in:
Antoine GIRARD 2020-01-13 00:18:53 +01:00
parent ca91ccd1e2
commit ce45672d12

View File

@ -109,15 +109,6 @@ steps:
exclude:
- pull_request
- name: tag-pre-condition
pull: always
image: alpine/git
commands:
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
when:
event:
- tag
- name: build
pull: always
image: golang:1.13
@ -159,6 +150,17 @@ steps:
- push
- pull_request
- name: tag-pre-condition
pull: always
image: alpine/git
commands:
- git update-ref refs/heads/tag_test ${DRONE_COMMIT_SHA}
depends_on:
- build
when:
event:
- tag
- name: tag-test
pull: always
image: golang:1.13