mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-31 11:18:01 +02:00
Fix: Prevent sync verififcation from running on master
Removes the verification in case the pipeline is running on master.
This commit is contained in:
@ -83,7 +83,9 @@ build_and_test_qemu:
|
|||||||
|
|
||||||
check_remotes_sync:
|
check_remotes_sync:
|
||||||
stage: test
|
stage: test
|
||||||
when: on_success
|
except:
|
||||||
|
- master
|
||||||
|
- idf
|
||||||
script:
|
script:
|
||||||
- *add_gh_key_remote
|
- *add_gh_key_remote
|
||||||
- git fetch --depth=1 origin master
|
- git fetch --depth=1 origin master
|
||||||
|
Reference in New Issue
Block a user