Skip to content

Commit

Permalink
workflow to weekly update
Browse files Browse the repository at this point in the history
  • Loading branch information
hdser committed Sep 24, 2024
1 parent 840c2dd commit 91d9077
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Daily Scrape
name: Weekly Scrape

# Run the workflow daily
# Run the workflow weekly
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 1"

permissions:
contents: write
Expand Down

0 comments on commit 91d9077

Please sign in to comment.