Rescrape cases #384
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Rescrape cases | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 21 * * *' | |
jobs: | |
scrape: | |
name: Rescrape cases | |
uses: ./.github/workflows/scrape.yml | |
with: | |
command: make -f Makefile.update update_db | |
secrets: inherit | |
deploy: | |
name: Deploy to Heroku | |
needs: scrape | |
uses: ./.github/workflows/heroku_deploy.yml | |
secrets: inherit |