Skip to content

Commit

Permalink
chore: configure scraper action to run on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagorodriguez96 committed Dec 6, 2023
1 parent a9f58eb commit ed33e70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/scraper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- 'gh-action-scraper'
schedule:
- cron: '0 8 * * MON'
jobs:
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ed33e70

Please sign in to comment.