mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
12 lines
339 B
YAML
12 lines
339 B
YAML
manual_gate:
|
|
stage: manual_gate
|
|
image: $ESP_ENV_IMAGE
|
|
tags: [fast_run, shiny]
|
|
allow_failure: false
|
|
rules:
|
|
- if: '($CI_COMMIT_REF_NAME == "master" || $CI_COMMIT_BRANCH =~ /^release\/v/) && $CI_PIPELINE_SOURCE == "push"'
|
|
when: manual
|
|
- when: never
|
|
script:
|
|
- echo "Manual approval received for master pipeline."
|