@@ -2,8 +2,6 @@ name: beta
on:
workflow_dispatch:
- schedule:
- - cron: "0 * * * *"
jobs:
sync:
@@ -7,9 +7,6 @@ on:
description: "Log actions without closing PRs"
type: boolean
default: false
- - cron: "0 6 * * *"
-
permissions:
contents: read
issues: write
@@ -1,10 +1,7 @@
name: daily-issues-recap
- # Run at 6 PM EST (23:00 UTC, or 22:00 UTC during daylight saving)
- - cron: "0 23 * * *"
- workflow_dispatch: # Allow manual trigger for testing
+ workflow_dispatch:
daily-recap:
name: daily-pr-recap
- # Run at 5pm EST (22:00 UTC, or 21:00 UTC during daylight saving)
- - cron: "0 22 * * *"
pr-recap:
@@ -1,8 +1,6 @@
name: docs-update
- - cron: "0 */12 * * *"
env:
name: stale-issues
- - cron: "30 1 * * *" # Daily at 1:30 AM