Skip to content

Commit

Permalink
Run cron job every day (instead of every 5m)
Browse files Browse the repository at this point in the history
  • Loading branch information
w1nt3r-eth authored Jan 20, 2023
1 parent ca08426 commit 8d94572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-nfts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Sync NFTs

on:
schedule:
- cron: '*/5 * * * *'
- cron: '0 0 * * *'

jobs:
build:
Expand Down

0 comments on commit 8d94572

Please sign in to comment.