mirror of
https://github.com/lupyuen/nuttx-ox64.git
synced 2025-01-13 05:08:29 +08:00
Run test every day at 0:55 UTC
This commit is contained in:
parent
9ddd3c0e55
commit
faba986a65
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ox64-test.yml
vendored
4
.github/workflows/ox64-test.yml
vendored
|
@ -8,9 +8,9 @@ permissions:
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
||||||
## Run every 55 minutes past the hour
|
## Run every day at 0:55 UTC
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '55 * * * *'
|
- cron: '55 0 * * *'
|
||||||
|
|
||||||
## Run on every commit to this branch
|
## Run on every commit to this branch
|
||||||
## push:
|
## push:
|
||||||
|
|
Loading…
Reference in a new issue