Skip to content

Commit 2c27184

Browse files
chore: wip
1 parent 8737237 commit 2c27184

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buddy-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
fi
104104
elif [ "${{ github.event_name }}" = "schedule" ]; then
105105
# Determine based on cron schedule
106-
if [ "${{ github.event.schedule }}" = "*/20 * * * *" ]; then
106+
if [ "${{ github.event.schedule }}" = "5,25,45 * * * *" ]; then
107107
echo "run_check=true" >> $GITHUB_OUTPUT
108108
elif [ "${{ github.event.schedule }}" = "0 */2 * * *" ]; then
109109
echo "run_update=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)