Skip to content

Commit

Permalink
[feat] change enrichment to once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
LiuLiujie committed Jul 10, 2022
1 parent c3da2c5 commit fabb8e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/enrich_daily.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Daily Auto Enrichment

on:
# Auto run every day at 4 AM
# Auto run every sunday at 4 AM
schedule:
- cron: '0 4 * * *'
- cron: '0 4 * * 6'

jobs:
build:
Expand Down

0 comments on commit fabb8e5

Please sign in to comment.