chore: update cron schedule to run on Saturdays
All checks were successful
Ubuntu MATE build / build_mate (push) Successful in 28s
All checks were successful
Ubuntu MATE build / build_mate (push) Successful in 28s
This commit is contained in:
parent
cd0450b0ea
commit
0d204a2e41
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ubuntu-mate-build.yml
vendored
2
.github/workflows/ubuntu-mate-build.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Ubuntu MATE build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 3 * * *'
|
- cron: '0 3 * * 6'
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue