Skip to content

Commit

Permalink
Remove October scraper job from workflow configuration
Browse files Browse the repository at this point in the history
The October scraper job is commented out to prevent its execution. This change ensures only relevant months are included in the scraping workflow.
  • Loading branch information
sakan811 committed Jan 7, 2025
1 parent d7648f0 commit dfc046a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scrape.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
#
# - name: Run Scraper For September
# run: python automated_scraper.py --month=9

- name: Run Scraper For October
run: python automated_scraper.py --month=10
#
# - name: Run Scraper For October
# run: python automated_scraper.py --month=10

- name: Run Scraper For November
run: python automated_scraper.py --month=11
Expand Down

0 comments on commit dfc046a

Please sign in to comment.