Skip to content

Commit

Permalink
fix cron.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 6, 2024
1 parent 1a235d4 commit a6a8083
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
release:
types: [published]
schedule:
cron: '0 0 * * *' # Run every day at midnight
# Run every day at midnight
- cron: '0 0 * * *'
jobs:

test-js:
Expand Down

0 comments on commit a6a8083

Please sign in to comment.