Skip to content

Commit

Permalink
Merge pull request #12 from MoezLabiadh/main
Browse files Browse the repository at this point in the history
Update schedule.yml
  • Loading branch information
MoezLabiadh authored Nov 19, 2024
2 parents ef1fcfb + 6fc6e88 commit f03b1e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Run Assets update monthly on the first Thursday
name: Run Assets update monthly
on:
schedule:
- cron: '0 14 * * 4#1' # Runs at 6am PST (2pm UTC) on the first Thursday of every month
- cron: '0 14 1 * *' # Runs at 6AM PST (2PM UTC) on the 1st day of every month
workflow_dispatch:
jobs:
run-scripts:
Expand Down Expand Up @@ -32,4 +32,4 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Assets update
run: python bcparks_assets_data_workflow.py
run: python bcparks_assets_data_workflow.py

0 comments on commit f03b1e0

Please sign in to comment.