From 1f28a9ac67216a22ae2c163388fb10cf875560ba Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Mon, 9 Oct 2023 16:11:00 +0000
Subject: [PATCH] fix: set GitHub trigger callback to avoid circular dependency

---
 .gitlab-ci.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e86a0534b..69b6219f3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -43,6 +43,10 @@ variables:
   ## Internal tag used for the CI
   INTERNAL_TAG: "pipeline-${CI_PIPELINE_ID}"
 
+  ## Default to empty GitHub trigger callbacks
+  GITHUB_SHA: ""
+  GITHUB_REPOSITORY: ""
+
 stages:
   - status-pending
   - config
-- 
GitLab