mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-29 18:28:24 +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:
|
||||
stage: test
|
||||
when: on_success
|
||||
except:
|
||||
- master
|
||||
- idf
|
||||
script:
|
||||
- *add_gh_key_remote
|
||||
- git fetch --depth=1 origin master
|
||||
|
Reference in New Issue
Block a user