From 56ffdccac110f6ddc6753776f318aa2954cfb3d5 Mon Sep 17 00:00:00 2001 From: Jaroslav Bachorik Date: Fri, 29 May 2026 08:13:48 +0200 Subject: [PATCH] fix(ci): exclude publish-benchmark-gh-pages from schedule pipelines Co-Authored-By: Claude Sonnet 4.6 --- .gitlab/benchmarks/.gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/benchmarks/.gitlab-ci.yml b/.gitlab/benchmarks/.gitlab-ci.yml index 335118d91..893322996 100644 --- a/.gitlab/benchmarks/.gitlab-ci.yml +++ b/.gitlab/benchmarks/.gitlab-ci.yml @@ -89,6 +89,8 @@ publish-benchmark-gh-pages: - job: benchmarks-candidate-aarch64 artifacts: true rules: + - if: '$CI_PIPELINE_SOURCE == "schedule"' + when: never - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "main"' when: always timeout: 10m