Skip to content

Commit

Permalink
ci: change schedule to weekly, monday at 10 am
Browse files Browse the repository at this point in the history
  • Loading branch information
travisstaloch committed Dec 11, 2023
1 parent faae226 commit eef60ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: "0 7 * * *"
- cron: "0 10 * * 1"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: "0 7 * * *"
- cron: "0 10 * * 1"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:
branches: [ main ]
schedule:
- cron: "0 7 * * *"
- cron: "0 10 * * 1"

jobs:
build:
Expand Down

0 comments on commit eef60ae

Please sign in to comment.