Skip to content

Commit

Permalink
change to every 5 min sending
Browse files Browse the repository at this point in the history
  • Loading branch information
XigmaDev committed Dec 28, 2024
1 parent bfcbc13 commit aa00313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches: [ "main" ]
schedule:
- cron: '*/15 * * * *' # Run every 15 minutes
- cron: '*/5 * * * *' # Run every 15 minutes
env:
BOT_TOKEN: ${{ secrets.BOT_TOKEN }}
CHAT_ID: ${{ secrets.CHAT_ID }}
Expand Down

0 comments on commit aa00313

Please sign in to comment.