Fix: Prevent sync verififcation from running on master

Removes the verification in case the pipeline is running on master.
This commit is contained in:
Euripedes Rocha
2023-06-05 08:55:44 +02:00
parent 4c2ed1676f
commit ffd7d4df6c

View File

@ -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