Remove the scheudule part as it will not work anymore

This commit is contained in:
Dirk
2025-06-24 12:06:00 +02:00
parent b56302518b
commit 78a613dae3

View File

@ -8,8 +8,8 @@ on:
# Every week at 8am on Mondays, publish the 3.2 branch: # Every week at 8am on Mondays, publish the 3.2 branch:
# NOTE: `schedule` event is only triggered for the default 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 # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
schedule: # schedule:
- cron: "0 8 * * 1" # - cron: "0 8 * * 1"
env: env:
GIT_BRANCH: "3.2" GIT_BRANCH: "3.2"