Skip to content

Commit

Permalink
chore(ci): change build and test to weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
lihop committed May 10, 2024
1 parent d49f522 commit 7efd721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: "Build and Test"

on:
push:
schedule: # Build and test daily.
- cron: 0 11 * * *
schedule: # Build and test weekly.
- cron: 8 2 * * thu

jobs:
build-linux:
Expand Down

0 comments on commit 7efd721

Please sign in to comment.