Standardize workflow run crons (#32488)
This commit is contained in:
@@ -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
|
||||
|
||||
2
.github/workflows/docs-review-collect.yml
vendored
2
.github/workflows/docs-review-collect.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/enterprise-dates.yml
vendored
2
.github/workflows/enterprise-dates.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/link-check-daily.yml
vendored
2
.github/workflows/link-check-daily.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/workflows/needs-sme-stale-check.yaml
vendored
2
.github/workflows/needs-sme-stale-check.yaml
vendored
@@ -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
|
||||
|
||||
3
.github/workflows/no-response.yaml
vendored
3
.github/workflows/no-response.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/open-enterprise-issue.yml
vendored
2
.github/workflows/open-enterprise-issue.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/orphaned-assets-check.yml
vendored
2
.github/workflows/orphaned-assets-check.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/repo-sync-stalls.yml
vendored
2
.github/workflows/repo-sync-stalls.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/repo-sync.yml
vendored
2
.github/workflows/repo-sync.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
2
.github/workflows/test-translations.yml
vendored
2
.github/workflows/test-translations.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/triage-stale-check.yml
vendored
2
.github/workflows/triage-stale-check.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/update-graphql-files.yml
vendored
2
.github/workflows/update-graphql-files.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user