Skip to content

Commit

Permalink
enable cron task
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed Jul 19, 2024
1 parent f37bdd5 commit 130ef81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: NPM Auto Update
on:
# schedule:
# - cron: "0 0 */3 * *" # Every 2 days
schedule:
- cron: "0 0 */3 * *" # Every 2 days
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 130ef81

Please sign in to comment.