Build/test only 1.5 images on changes to 1.5 workflows
authorPablo Zmdl <redacted>
Tue, 10 Jun 2025 07:41:53 +0000 (09:41 +0200)
committerPablo Zmdl <redacted>
Tue, 10 Jun 2025 07:44:38 +0000 (09:44 +0200)
On changes to .github/workflow/*-1.5.yml only the 1.5 images should be
tested and/or built.

.github/workflows/build-1.5.yml
.github/workflows/build.yml
.github/workflows/test-1.5.yml

index 1a8d72837cbc2baae4f5edb453bcbbc55f005186..34da5b46d12b1200517464f9a444bfe458e51cd3 100644 (file)
@@ -11,6 +11,7 @@ on:
       - 'apache-1.5.x/**'
       - 'fpm-1.5.x/**'
       - 'fpm-alpine-1.5.x/**'
+      - '.github/workflows/*-1.5.yml'
 
   schedule:
     # Rebuild images each monday early morning to ensure a fresh base OS.
index 7e2698b2e721ad7572e1c495d262abdf369f5636..a5b4e159f5f1be9dcdb17a85e13a5ba0d67ef915 100644 (file)
@@ -13,6 +13,7 @@ on:
       - 'apache-1.5.x/**'
       - 'fpm-1.5.x/**'
       - 'fpm-alpine-1.5.x/**'
+      - '.github/workflows/*-1.5.yml'
     tags:
       - '1.6.*'
   schedule:
index 09dc7d48d6e32c76f4f28a58e174db80f01c0f4b..4385893bbd27cadb53c87aa675889453b86a236b 100644 (file)
@@ -12,6 +12,7 @@ on:
       - apache-1.5.x/**
       - fpm-1.5.x/**
       - fpm-alpin-1.5.x/**
+      - '.github/workflows/*-1.5.yml'
 
 jobs:
   build-and-testvariants:
git clone https://git.99rst.org/PROJECT