mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-09 20:40:24 +01:00
chore(ci): change build and test to weekly
This commit is contained in:
parent
d49f522802
commit
7efd7218b0
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue