Skip to content

Commit

Permalink
Update daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
antheiz authored Jun 18, 2024
1 parent 8104607 commit d9ee2c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Scrape and Update README

on:
schedule:
- cron: '0 12 * * *' # Menjalankan setiap hari pada pukul 5 pagi GMT/7
# - cron: '0 12 * * *' # Menjalankan setiap hari pada pukul 5 pagi GMT/7
- cron: '5 0 * * *'
push:
branches:
- master
Expand Down

0 comments on commit d9ee2c1

Please sign in to comment.