[neon/ubuntu-core/work.test-vm-builds] debian: allow other branches to build

Carlos De Maine null at kde.org
Sun Jul 20 07:35:44 BST 2025


Git commit 54fb88a82bd2ae81606968765b6cd24872add920 by Carlos De Maine.
Committed on 20/07/2025 at 06:35.
Pushed by carlosdem into branch 'work.test-vm-builds'.

allow other branches to build

M  +2    -2    debian/neon-core-image-dangerous.yml

https://invent.kde.org/neon/ubuntu-core/-/commit/54fb88a82bd2ae81606968765b6cd24872add920

diff --git a/debian/neon-core-image-dangerous.yml b/debian/neon-core-image-dangerous.yml
index 4d8c858..198eb72 100644
--- a/debian/neon-core-image-dangerous.yml
+++ b/debian/neon-core-image-dangerous.yml
@@ -6,8 +6,8 @@ neon_core_image_dangerous:
     - if: '$CI_COMMIT_BRANCH =~ /models\..*/'
       when: manual
     # Otherwise, only build the image on master
-    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
-      when: always
+    #- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
+    #  when: always
     # Only let it run if the required variables are present
     # These are normally defined on protected branches on our normal repository but we do the logic this way to allow someone else to set this up in their fork if they want
     - if: '$SNAPCRAFT_STORE_CREDENTIALS == null || $SNAP_GPG_PRIVATE_KEY == null || $SNAP_GPG_OWNER_TRUST == null'


More information about the Neon-commits mailing list