add nightly cron at 0am
All checks were successful
Run short tests / run-tests (push) Successful in 1m38s

This commit is contained in:
2025-05-20 15:22:30 +02:00
parent fc4e0217b2
commit 0d803f4b23

View File

@@ -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]