Skip to content

Commit

Permalink
updating yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taymnichols committed Oct 2, 2024
1 parent a7df74c commit 653483c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Run Scraper
on:
push:
branches:
- '*'
- '*' # Triggers on all branches
schedule:
- cron: "0 23 * * 5" # Runs every day at 6 PM EST
- cron: "0 23 * * 5" # Runs every Friday at 6 PM EST (23:00 UTC)

jobs:
scheduled:
Expand All @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'

Expand Down

0 comments on commit 653483c

Please sign in to comment.