Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b01458

Browse files
feat: disable schedule workflows
1 parent d803139 commit 6b01458

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)

AltStyle によって変換されたページ (->オリジナル) /