PolicyKit: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Mar 15 16:15:07 UTC 2023


 .gitlab-ci.yml |    7 +++++++
 1 file changed, 7 insertions(+)

New commits:
commit 450b275e6da25f4e0099c35a1c1cbadb2e648e45
Author: Jan Rybar <jrybar at redhat.com>
Date:   Wed Mar 15 16:15:05 2023 +0000

    Mitigate the change in pipeline restriction (runners misused by miners)
    
    https://gitlab.freedesktop.org/freedesktop/freedesktop/-/issues/438

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 06c25b3..4d99446 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,3 +68,10 @@ pages:
       - public
   rules:
     - if: $CI_COMMIT_TAG
+
+
+workflow:
+  rules:
+    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
+    - if: $CI_PIPELINE_SOURCE == 'push'
+


More information about the hal-commit mailing list