Skip to content

Commit

Permalink
chore: add 2025 to scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
pl4nty authored Dec 9, 2024
1 parent 7762596 commit 350c6ae
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 @@ -15,7 +15,7 @@ jobs:
fail-fast: false # continue scraping even if a session fails
max-parallel: 1 # conservative ratelimit to avoid serverside crashes (since the script doesn't have backoff/retry)
matrix:
year: [2024]
year: [2024, 2025]
session: ['1 S1', '2 S2', '3 X1', '4 X2', '5 X3', '6 X4']

steps:
Expand Down

0 comments on commit 350c6ae

Please sign in to comment.