Skip to content

Commit ffb34ba

Browse files
committed
chore: Disable weekly scheduled builds
- Comment out schedule trigger (every Monday at 2 AM) - Keep manual trigger (workflow_dispatch) available - Keep push and PR triggers active
1 parent ec02158 commit ffb34ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
branches: [ main ]
66
pull_request:
77
branches: [ main ]
8-
schedule:
9-
- cron: '0 2 * * 1' # Weekly on Monday at 2 AM
8+
# schedule:
9+
# - cron: '0 2 * * 1' # Weekly on Monday at 2 AM (disabled)
1010
workflow_dispatch:
1111
inputs:
1212
push_images:

0 commit comments

Comments
 (0)