Skip to content

Commit 78a613d

Browse files
committed
Remove the scheudule part as it will not work anymore
1 parent b563025 commit 78a613d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-3.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88
# Every week at 8am on Mondays, publish the 3.2 branch:
99
# NOTE: `schedule` event is only triggered for the default branch:
1010
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
11-
schedule:
12-
- cron: "0 8 * * 1"
11+
# schedule:
12+
# - cron: "0 8 * * 1"
1313

1414
env:
1515
GIT_BRANCH: "3.2"

0 commit comments

Comments
 (0)