From ae4a97e6b01dcf63e951ae858d22b6c5c9814087 Mon Sep 17 00:00:00 2001 From: mandalore Date: Mon, 29 Jun 2026 00:16:50 -0500 Subject: [PATCH] ci: exclude build and deploy from scheduled pipelines Co-Authored-By: Claude Sonnet 4.6 --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5d3f1a8..a1674cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,6 +14,8 @@ build: expire_in: 1 hour only: - main + except: + - schedules deploy: stage: deploy @@ -21,6 +23,8 @@ deploy: - rsync -avz --delete dist/ /var/www/domains/gateway-gamers.net/40k-rankings/ only: - main + except: + - schedules environment: name: production url: https://40k-rankings.gateway-gamers.net