Merge branch 'bugfix/ci_push_to_github_on_label_v3.1' into 'release/v3.1'

ci: Don't push to Github or deploy docs on customized pipelines (v3.1)

See merge request espressif/esp-idf!8941
This commit is contained in:
He Yin Ling
2020-05-27 17:48:54 +08:00

View File

@@ -460,9 +460,12 @@ push_to_github:
tags: tags:
- deploy - deploy
only: only:
refs:
- master - master
- /^release\/v/ - /^release\/v/
- /^v\d+\.\d+(\.\d+)?($|-)/ - /^v\d+\.\d+(\.\d+)?($|-)/
variables:
- $BOT_TRIGGER_WITH_LABEL == null
when: on_success when: on_success
dependencies: [] dependencies: []
before_script: *do_nothing_before before_script: *do_nothing_before