Skip to content

Commit

Permalink
Update scrape.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fgregg authored Oct 7, 2023
1 parent 8bc4273 commit bf1aaf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: pupa update chicago ${{ inputs.specific_scraper }} --rpm=0

- name: weekly big scrape
if: not ${{ inputs.window }} && github.event.schedule == '0 0 * * 6'
if: ${{ !inputs.window && github.event.schedule == '0 0 * * 6' }}
env:
DJANGO_SETTINGS_MODULE: pupa.settings
SENTRY_DSN: ${{ secrets.SENTRY_DSN }}
Expand Down

0 comments on commit bf1aaf0

Please sign in to comment.