Skip to content

Commit

Permalink
Disable scraping for good 🫡
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMesure committed Mar 29, 2024
1 parent 9344c89 commit 6406e66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scrape_centers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- cron: '0 1 * * *'
jobs:
scrape:
if: false
name: Scrape centers
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/scrape_times.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- cron: '0 1 * * *'
jobs:
scrape:
if: false
name: Scrape times
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 6406e66

Please sign in to comment.