Skip to content

Commit

Permalink
Change cron time.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentmr committed Oct 25, 2023
1 parent 386522c commit c41f2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compat-check-latest-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Compat Check w/PL - latest/latest
on:
pull_request:
schedule:
- cron: "0 0 * * 1-5" # Run daily at 0am Mon-Fri
- cron: "0 1 * * 1-5" # Run daily at 1am Mon-Fri
workflow_dispatch:

jobs:
Expand Down

0 comments on commit c41f2ec

Please sign in to comment.