Skip to content

Commit

Permalink
fix(ci): Enable update cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
etu committed Jun 8, 2024
1 parent 8bc0f3c commit 205c8af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Check
name: Check 🔎

'on':
push:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: Update
name: Update 🔄

'on':
# schedule:
# - cron: '0 6 1 * *' # At 08:00 on day-of-month 1
schedule:
- cron: '0 10 1 * *' # At 10:00 on day-of-month 1
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 205c8af

Please sign in to comment.