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
|
||||
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # Every day at midnight UTC
|
||||
jobs:
|
||||
run-tests:
|
||||
runs-on: [ubuntu-latest, cloud]
|
||||
|
||||
Reference in New Issue
Block a user