1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Standardize workflow run crons (#32488)

This commit is contained in:
Kevin Heis
2022-11-10 08:40:48 -08:00
committed by GitHub
parent cb8ba20ba8
commit 9b0eabecb1
17 changed files with 23 additions and 26 deletions

View File

@@ -7,7 +7,7 @@ name: Check Broken Docs Links in github/github
on:
workflow_dispatch:
schedule:
- cron: '20 13 * * 1' # run every Monday at 1:20PM UTC
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
permissions:
contents: read

View File

@@ -7,7 +7,7 @@ name: Add docs-reviewers request to the docs-content review board
on:
workflow_dispatch:
schedule:
- cron: '50 */6 * * *'
- cron: '20 */6 * * *' # Run every 6 hours at 20 minutes after
permissions:
contents: read

View File

@@ -9,7 +9,7 @@ name: Enterprise date updater
on:
workflow_dispatch:
schedule:
- cron: '39 2 * * 2' # At 02:39 on Tuesday
- cron: '20 16 * * 2' # Run every Tuesday at 16:20 UTC / 8:20 PST
permissions:
contents: write

View File

@@ -7,7 +7,7 @@ name: 'Link Checker: Daily'
on:
workflow_dispatch:
schedule:
- cron: '40 19 * * *' # once a day at 19:40 UTC / 11:40 PST
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
permissions:
contents: read

View File

@@ -11,7 +11,7 @@ name: Create translation Batch Pull Request (Microsoft)
on:
workflow_dispatch:
schedule:
- cron: '02 17 * * *' # Once a day at 17:02 UTC / 9:02 PST
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
permissions:
contents: write

View File

@@ -6,7 +6,7 @@ name: Stale check for issues or PRs with "needs SME" label
on:
schedule:
- cron: '40 20 * * *' # Run each day at 20:40 UTC / 12:40 PST
- cron: '20 16 * * *' # Run each day at 16:20 UTC / 8:20 PST
permissions:
issues: write

View File

@@ -12,8 +12,7 @@ on:
types: [created]
schedule:
# Schedule for five minutes after the hour every hour
- cron: '5 * * * *'
- cron: '20 * * * *' # Run each hour at 20 minutes past
permissions:
issues: write

View File

@@ -7,7 +7,7 @@ name: Open Enterprise release or deprecation issue
on:
workflow_dispatch:
schedule:
- cron: '49 14 * * *' # At 14:49 UTC daily
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
permissions:
contents: read

View File

@@ -7,7 +7,7 @@ name: 'Orphaned assets check'
on:
workflow_dispatch:
schedule:
- cron: '20 11 * * 1' # run every Monday at 11:20AM UTC
- cron: '20 16 * * 1' # Run every Monday at 16:20 UTC / 8:20 PST
permissions:
contents: read

View File

@@ -7,7 +7,7 @@ name: Repo Sync Stalls
on:
workflow_dispatch:
schedule:
- cron: '32 */2 * * *' # At minute 32 past every 2nd hour.
- cron: '20 */2 * * *' # Run every 2nd hour at 20 minutes after
permissions:
pull-requests: read

View File

@@ -18,7 +18,7 @@ name: Repo Sync
on:
workflow_dispatch:
schedule:
- cron: '10,40 * * * *' # every 30 minutes
- cron: '20,50 * * * *' # Run every hour at 20 and 50 minutes after
permissions:
contents: write

View File

@@ -6,7 +6,7 @@ name: Stale
on:
schedule:
- cron: '40 16 * * *' # Run each day at 16:40 UTC / 8:40 PST
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
permissions:
issues: write

View File

@@ -13,7 +13,7 @@ on:
required: false
default: ''
schedule:
- cron: '23 */4 * * *' # Run every 4 hours at 23 minutes past the hour
- cron: '20 */4 * * *' # Run every 4 hours at 20 minutes after
permissions:
contents: read

View File

@@ -7,7 +7,7 @@ name: Translations tests
on:
workflow_dispatch:
schedule:
- cron: '35 16 * * *' # Run once per day at 16:35 UTC / 9:35 PST
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 9:20 PST
permissions:
contents: read

View File

@@ -6,7 +6,7 @@ name: Public Repo Stale Check
on:
schedule:
- cron: '45 16 * * *' # Run each day at 16:45 UTC / 8:45 PST
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
permissions:
issues: write

View File

@@ -7,7 +7,7 @@ name: Update GraphQL files
on:
workflow_dispatch:
schedule:
- cron: '20 16 * * *' # run every day at 16:20 UTC / 8:20 PST
- cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST
permissions:
contents: write