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