From 1428f27b4a871868c83841d69939c2b72509089f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Mon, 4 Aug 2025 18:32:00 +0200 Subject: [PATCH] gitlab-ci: don't run CI-tron on tags Fixes #49 Part-of: https://gitlab.postmarketos.org/postmarketOS/postmarketos-mkinitfs/-/merge_requests/66 [ci:skip-build]: already built successfully in CI --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7b1afb5..060890a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,9 @@ build: variables: DEVICE_NAME: qemu-$CPU_ARCH KERNEL_VARIANT: lts + rules: + - if: '$CI_COMMIT_TAG != null' + when: never .build-ci-tron-qemu: stage: hardware tests