mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
ci: Don't push to Github or deploy docs on customized pipelines
BOT_TRIGGER_WITH_LABEL must be empty (meaning all tests are running).
This commit is contained in:
committed by
Angus Gratton
parent
84b51781c8
commit
ad4dfed632
@ -53,10 +53,12 @@ push_to_github:
|
|||||||
tags:
|
tags:
|
||||||
- deploy
|
- deploy
|
||||||
only:
|
only:
|
||||||
- master
|
refs:
|
||||||
- /^release\/v/
|
- master
|
||||||
- /^v\d+\.\d+(\.\d+)?($|-)/
|
- /^release\/v/
|
||||||
- feature/esp32s2beta
|
- /^v\d+\.\d+(\.\d+)?($|-)/
|
||||||
|
variables:
|
||||||
|
- $BOT_TRIGGER_WITH_LABEL == null
|
||||||
when: on_success
|
when: on_success
|
||||||
dependencies: []
|
dependencies: []
|
||||||
extends: .before_script_lesser
|
extends: .before_script_lesser
|
||||||
|
Reference in New Issue
Block a user