fix automation of node image building
[infra/cicd.git] / jjb / airship / job_openstack_node_image_building.yml
index f19144a8b114472b6cafc7ae90abe622918e3d6a..2ebcaf69b14fb39a9025cb458de121c2cd9e965d 100644 (file)
 
     triggers:
       - timed: "0 5 */15 * *"
-      - github-pull-request:
-          included-regions:
-                - "ci/images/.*"
-                - "ci/scripts/image_scripts/.*"
+      - github
 
     pipeline-scm:
       scm:
@@ -64,5 +61,8 @@
           wipe-workspace: True
           honor-refspec: True
           shallow-clone: False
+          included-regions:
+                - "ci/images/.*"
+                - "ci/scripts/image_scripts/.*"
       script-path: 'ci/jobs/{id}.pipeline'
       lightweight-checkout: False