We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc5224 commit 3919240Copy full SHA for 3919240
.github/workflows/buddy-update-check.yml renamed to .github/workflows/buddy-check.yml
@@ -3,6 +3,7 @@ name: Buddy Check
3
on:
4
schedule:
5
- cron: '*/15 * * * *' # Check every 15 minutes
6
+
7
workflow_dispatch: # Manual trigger
8
inputs:
9
dry_run:
.github/workflows/buddy-update.yml
@@ -2,8 +2,8 @@ name: Buddy Update
2
- - cron: '0 */2 * * *' # Every 2 hours for testing (more reasonable for testing)
- workflow_dispatch: # Manual triggering for development
+ - cron: '0 9 * * 1,3,5'
+ workflow_dispatch:
strategy:
description: Update strategy
0 commit comments