Skip to content

Commit

Permalink
Merge pull request #3 from ckb-cell/fix/update-every-2-min
Browse files Browse the repository at this point in the history
Update the update time to 2 minutes
  • Loading branch information
duanyytop authored May 29, 2024
2 parents 714e10b + d99269b commit 59cd19d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update CellDeps Every 5 Minutes
name: Update CellDeps Every 2 Minutes

on:
schedule:
- cron: '*/5 * * * *' # Run every 5 minutes
- cron: '*/2 * * * *' # Run every 2 minutes

jobs:
Update:
Expand Down

0 comments on commit 59cd19d

Please sign in to comment.