[neon/ubuntu-core/Neon/ci_build_iso] debian: allow amnual builds on neon/ branches for testing

Carlos De Maine null at kde.org
Mon Aug 12 13:19:34 BST 2024


Git commit ed5fe2942a221d81a01a4745d636243167944f2a by Carlos De Maine.
Committed on 12/08/2024 at 12:19.
Pushed by carlosdem into branch 'Neon/ci_build_iso'.

allow amnual builds on neon/ branches for testing

M  +3    -1    debian/neon-core-image-dangerous-iso.yml

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

diff --git a/debian/neon-core-image-dangerous-iso.yml b/debian/neon-core-image-dangerous-iso.yml
index fd8a84f..d2bf614 100644
--- a/debian/neon-core-image-dangerous-iso.yml
+++ b/debian/neon-core-image-dangerous-iso.yml
@@ -1,7 +1,9 @@
 neon_core_image_dangerous:
   rules:
     # Allow manual trigger on `models.*` branches
-    - if: '$CI_COMMIT_BRANCH =~ /models\..*/'
+    #- if: '$CI_COMMIT_BRANCH =~ /models\..*/'
+    #  when: manual
+    - if: '$CI_COMMIT_BRANCH =~ /neon/*/'
       when: manual
     # Otherwise, only build the image+iso on master
     #- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'


More information about the Neon-commits mailing list