From 13d6843e4f7b9c174b77c02f801535f3f2c991df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Fri, 29 Nov 2024 09:07:06 +0100 Subject: [PATCH] .github/workflows/build: remove scheduled build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Scheduled builds only run for the main branch of a project, so configuring them on other release branches does not make a lot of sense. Signed-off-by: Leonard Göhrs --- .github/workflows/build.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 410532e..9482695 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,9 +5,6 @@ on: pull_request: {} # allow rebuilding without a push workflow_dispatch: {} - # pre-build sstate regularly - schedule: - - cron: '30 3 * * *' jobs: build: