mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
Merge branch 'bugfix/ci_push_to_github_on_label_v3.3' into 'release/v3.3'
ci: Don't push to Github or deploy docs on customized pipelines (v3.3) See merge request espressif/esp-idf!8939
This commit is contained in:
@ -597,9 +597,12 @@ push_to_github:
|
|||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
only:
|
only:
|
||||||
- master
|
refs:
|
||||||
- /^release\/v/
|
- master
|
||||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
- /^release\/v/
|
||||||
|
- /^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
|
||||||
|
Reference in New Issue
Block a user