Skip to content

Commit 7d46096

Browse files
heiskrCopilotCopilot
authored
Consolidate all weekly workflows to Monday (#60006)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent e22bdda commit 7d46096

16 files changed

+25
-26
lines changed

.github/workflows/delete-orphan-translation-files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: Delete orphan translation files
1414
on:
1515
workflow_dispatch:
1616
schedule:
17-
- cron: '20 16 * * 3' # Run every Wednesday at 16:20 UTC / 8:20 PST — orphan & hygiene cleanup theme
17+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1818

1919
permissions:
2020
contents: write

.github/workflows/enterprise-dates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Enterprise date updater
1111
on:
1212
workflow_dispatch:
1313
schedule:
14-
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
14+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1515

1616
permissions:
1717
contents: write

.github/workflows/enterprise-release-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: Open Enterprise release or deprecation issue
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
10+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1111

1212
permissions:
1313
contents: read

.github/workflows/link-check-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Link Check: External'
22

33
on:
44
schedule:
5-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
5+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
66
workflow_dispatch:
77
inputs:
88
max_urls:

.github/workflows/link-check-github-github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Link Check: github/github'
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
10+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1111

1212
permissions:
1313
contents: read

.github/workflows/link-check-internal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: 'Link Check: Internal'
22

33
on:
44
schedule:
5-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
5+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
66
workflow_dispatch:
77
inputs:
88
version:

.github/workflows/lint-entire-content-data-markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name: 'Lint entire content and data markdown files'
77
on:
88
workflow_dispatch:
99
schedule:
10-
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST — link & content quality theme
10+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1111

1212
permissions:
1313
contents: read

.github/workflows/moda-allowed-ips.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Update Moda allowed IPs
66

77
on:
88
schedule:
9-
- cron: '20 16 * * 4' # Run every Thursday at 16:20 UTC / 8:20 PST — infrastructure & releases theme
9+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1010
workflow_dispatch:
1111

1212
permissions:

.github/workflows/needs-sme-stale-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Stale check for issues or PRs with "needs SME" label
66

77
on:
88
schedule:
9-
- cron: '20 16 * * 2' # Run every Tuesday at 16:20 UTC / 8:20 PST — staleness & triage theme
9+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1010

1111
permissions:
1212
contents: read

.github/workflows/no-response.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
types: [created]
1313

1414
schedule:
15-
- cron: '20 16 * * 2' # Run every Tuesday at 16:20 UTC / 8:20 PST — staleness & triage theme
15+
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
1616

1717
permissions:
1818
contents: read

0 commit comments

Comments
 (0)