Skip to content

Commit

Permalink
Generate coingecko universe daily
Browse files Browse the repository at this point in the history
  • Loading branch information
onyb committed Dec 23, 2024
1 parent 76138f5 commit 47a660c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-coingecko-universe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Generate Coingecko Universe
on:
workflow_dispatch:
schedule:
# At 00:00 every week on Saturday.
- cron: '0 0 * * 6'
# At 00:00 (midnight) every day
- cron: '0 0 * * *'

env:
TOKEN_LISTS_ACTIONS_OR_CI_BUILD: true
Expand Down

0 comments on commit 47a660c

Please sign in to comment.