add push to main
All checks were successful
Run short tests / run-tests (push) Successful in 1m14s
Run nightly tests / run-tests (push) Successful in 1m40s

This commit is contained in:
2025-05-21 10:52:29 +02:00
parent 0d803f4b23
commit da5bf43197

View File

@@ -3,6 +3,9 @@ name: Run nightly tests
on: on:
schedule: schedule:
- cron: '0 0 * * *' # Every day at midnight UTC - cron: '0 0 * * *' # Every day at midnight UTC
push:
branches:
- main
jobs: jobs:
run-tests: run-tests:
runs-on: [ubuntu-latest, cloud] runs-on: [ubuntu-latest, cloud]