From ffd7d4df6c251525293fb733b31bf4c7b71f8b19 Mon Sep 17 00:00:00 2001 From: Euripedes Rocha Date: Mon, 5 Jun 2023 08:55:44 +0200 Subject: [PATCH] Fix: Prevent sync verififcation from running on master Removes the verification in case the pipeline is running on master. --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43e5053..8859b9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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