Skip to content

Commit

Permalink
Update bike_tracker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahduve authored Nov 8, 2024
1 parent 9e75062 commit 0a46ebf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bike_tracker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Bike Tracker

on:
schedule:
# Schedule this to run every day at 8:00 AM
- cron: '0 13 * * *'
# Runs every 5 minutes between 8:00 AM and 10:00 AM ET (12:00 PM - 2:00 PM UTC)
- cron: '*/5 13-14 * * *'

jobs:
track_bikes:
Expand Down

0 comments on commit 0a46ebf

Please sign in to comment.