From 653483c5aedbeea47e99132cafb115005a0de6b8 Mon Sep 17 00:00:00 2001 From: Taylor Nichols <143651677+taymnichols@users.noreply.github.com> Date: Wed, 2 Oct 2024 23:45:16 +0000 Subject: [PATCH] updating yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8481e7..94e20f3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: @@ -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'