Skip to content

Commit

Permalink
chore: comment the cron-exec trigger so it does not automatically tri…
Browse files Browse the repository at this point in the history
…gger
  • Loading branch information
64J0 committed Jul 15, 2023
1 parent 14dee0e commit 7d019ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cron-exec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Cron Exec

on:
workflow_dispatch:
schedule:
# triggers everyday 08:00
- cron '0 8 * * *'
# schedule:
# # triggers everyday 08:00
# - cron '0 8 * * *'

env:
CHAT_ID: ${{ secrets.CHAT_ID }}
Expand Down

0 comments on commit 7d019ef

Please sign in to comment.