Skip to content

Commit 56ffdcc

Browse files
jbachorikclaude
andcommitted
fix(ci): exclude publish-benchmark-gh-pages from schedule pipelines
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c712e11 commit 56ffdcc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitlab/benchmarks/.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ publish-benchmark-gh-pages:
8989
- job: benchmarks-candidate-aarch64
9090
artifacts: true
9191
rules:
92+
- if: '$CI_PIPELINE_SOURCE == "schedule"'
93+
when: never
9294
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_BRANCH == "main"'
9395
when: always
9496
timeout: 10m

0 commit comments

Comments
 (0)