[gnome-build-meta/alatiera/schedules] ci: Drop schedule pipeline guard from rules




commit 813bda76ee8b66eb36d741cd60da73a630816f2d
Author: Jordan Petridis <jordan centricular com>
Date:   Wed Oct 12 19:02:08 2022 +0300

    ci: Drop schedule pipeline guard from rules
    
    We were using this to guarantee the artifacts were built with
    --strict but we do this now by default for every pipeline,
    so we can drop the rule.

 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3d082c51b..7293194a8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -322,7 +322,7 @@ s3-image:
   rules:
   - if: $BST_TRACK_TAGS != "false"
     when: never
-  - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
+  - if: $CI_COMMIT_REF_NAME == "master"
   - if: $CI_COMMIT_TAG
 
 openh264-x86_64:
@@ -334,7 +334,7 @@ openh264-x86_64:
   rules:
   - if: $BST_TRACK_TAGS != "false"
     when: never
-  - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
+  - if: $CI_COMMIT_REF_NAME == "master"
     when: manual
   script:
   - git clone https://gitlab.com/freedesktop-sdk/openh264-extension.git
@@ -357,7 +357,7 @@ s3-image-static:
   rules:
   - if: $BST_TRACK_TAGS != "false"
     when: never
-  - if: $CI_COMMIT_REF_NAME == "master" && $CI_PIPELINE_SOURCE == "schedule"
+  - if: $CI_COMMIT_REF_NAME == "master"
     when: manual
   script:
   - |


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]