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 8737237 commit 2c27184Copy full SHA for 2c27184
1 file changed
.github/workflows/buddy-bot.yml
@@ -103,7 +103,7 @@ jobs:
103
fi
104
elif [ "${{ github.event_name }}" = "schedule" ]; then
105
# Determine based on cron schedule
106
- if [ "${{ github.event.schedule }}" = "*/20 * * * *" ]; then
+ if [ "${{ github.event.schedule }}" = "5,25,45 * * * *" ]; then
107
echo "run_check=true" >> $GITHUB_OUTPUT
108
elif [ "${{ github.event.schedule }}" = "0 */2 * * *" ]; then
109
echo "run_update=true" >> $GITHUB_OUTPUT
0 commit comments