add nightly cron at 0am
All checks were successful
Run short tests / run-tests (push) Successful in 1m38s
All checks were successful
Run short tests / run-tests (push) Successful in 1m38s
This commit is contained in:
5
.github/workflows/nightly.yml
vendored
5
.github/workflows/nightly.yml
vendored
@@ -1,9 +1,8 @@
|
|||||||
name: Run nightly tests
|
name: Run nightly tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
pull_request:
|
- cron: '0 0 * * *' # Every day at midnight UTC
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run-tests:
|
run-tests:
|
||||||
runs-on: [ubuntu-latest, cloud]
|
runs-on: [ubuntu-latest, cloud]
|
||||||
|
|||||||
Reference in New Issue
Block a user