Skip to content

Commit c0d09ff

Browse files
committed
feat: disable schedule workflows
1 parent 5273db4 commit c0d09ff

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/sync-dev-to-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
workflow_dispatch:
66

77
# Daily schedule at 2 AM UTC
8-
schedule:
9-
- cron: '0 2 * * *'
8+
# schedule:
9+
# - cron: '0 2 * * *'
1010

1111
jobs:
1212
sync-branches:

.github/workflows/sync-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Sync Next.js Official Documentation
22

33
on:
44
workflow_dispatch: # Manual trigger
5-
schedule:
6-
# 8 AM Los Angeles (Pacific) time - corresponds to UTC-7 (PDT) or UTC-8 (PST)
7-
# This cron format is in UTC, so 15:00 UTC during PDT, 16:00 UTC during PST
8-
- cron: "0 15 * * *"
5+
# schedule:
6+
# # 8 AM Los Angeles (Pacific) time - corresponds to UTC-7 (PDT) or UTC-8 (PST)
7+
# # This cron format is in UTC, so 15:00 UTC during PDT, 16:00 UTC during PST
8+
# - cron: "0 15 * * *"
99

1010
# Add permissions needed for creating PRs
1111
permissions:

0 commit comments

Comments
 (0)