Skip to content

Commit

Permalink
fix: changed time from UTC to PDT
Browse files Browse the repository at this point in the history
  • Loading branch information
shanto268 committed Jul 20, 2024
1 parent a770ff7 commit 71d58ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: LFL Lab Manager

on:
schedule:
- cron: '0 7 * * *' # This sets the job to run at 7:00 AM UTC every day
- cron: '0 14 * * *' # This sets the job to run at 2:00 PM UTC every day, which is 7:00 AM PDT
workflow_dispatch: # Allows manual trigger

jobs:
Expand Down

0 comments on commit 71d58ef

Please sign in to comment.