Merge branch 'bugfix/ci_push_to_github_on_label_v4.1' into 'release/v4.1'
ci: Don't push to Github or deploy docs on customized pipelines (v4.1) See merge request espressif/esp-idf!8937
This commit is contained in:
commit
7708bf6158
1 changed files with 6 additions and 4 deletions
|
@ -53,10 +53,12 @@ push_to_github:
|
|||
tags:
|
||||
- deploy
|
||||
only:
|
||||
- master
|
||||
- /^release\/v/
|
||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
||||
- feature/esp32s2beta
|
||||
refs:
|
||||
- master
|
||||
- /^release\/v/
|
||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
||||
variables:
|
||||
- $BOT_TRIGGER_WITH_LABEL == null
|
||||
when: on_success
|
||||
dependencies: []
|
||||
extends: .before_script_lesser
|
||||
|
|
Loading…
Reference in a new issue