Skip to content

Commit

Permalink
Update harvest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KMicha authored Jan 26, 2025
1 parent e85f842 commit 1e8a8f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/harvest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ on:
schedule:
# * is a special character in YAML so you have to quote this string :
# daily,every 5 hours #m h d/m m d/w
- cron: '00 */5 * * *'
# - cron: '00 */5 * * *'
# every 2 hour
# - cron: '10 */2 * * *'
# every month 2.nd day
# - cron: '40 8 2 * *'
- cron: '40 8 2 * *'

jobs:
docker-run-action:
Expand Down

0 comments on commit 1e8a8f0

Please sign in to comment.