Skip to content

Commit 768d596

Browse files
Update Fetch_Traffic_Data.yml to run weekly
1 parent 3ddb4f1 commit 768d596

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Fetch_Traffic_Data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Fetch Traffic Data for Pub_TRR_RAmodified_PitC
33

44
on:
55
schedule:
6-
- cron: "0 0 * * *" # Runs daily at midnight UTC
6+
- cron: "0 0 * * 1" # Runs weekly at midnight UTC every Monday
77
workflow_dispatch: # Allows manual triggering
88

99
jobs:

0 commit comments

Comments
 (0)