From 78a613dae3a074782fb499c64658f4662887a8a8 Mon Sep 17 00:00:00 2001 From: Dirk Date: Tue, 24 Jun 2025 12:06:00 +0200 Subject: [PATCH] Remove the scheudule part as it will not work anymore --- .github/workflows/docker-3.2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-3.2.yml b/.github/workflows/docker-3.2.yml index aba3d0c..ab48ceb 100644 --- a/.github/workflows/docker-3.2.yml +++ b/.github/workflows/docker-3.2.yml @@ -8,8 +8,8 @@ on: # Every week at 8am on Mondays, publish the 3.2 branch: # NOTE: `schedule` event is only triggered for the default branch: # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule - schedule: - - cron: "0 8 * * 1" +# schedule: +# - cron: "0 8 * * 1" env: GIT_BRANCH: "3.2"