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 e6a5711 commit 8bc4273
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 @@ -44,7 +44,7 @@ jobs:
pip install -r requirements.txt
- name: run scraper without window
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 8bc4273

Please sign in to comment.