run daily instead of on push on main

This commit is contained in:
Tim 'Piepmatz' Hesse 2025-03-10 16:37:19 +01:00
parent 329709a222
commit 086db29cc4

View File

@ -6,9 +6,8 @@ name: Test on Beta Toolchain
# The ci.yml handles our actual testing with our guarantees.
on:
push:
branches:
- main
schedule:
- cron: '0 0 * * *' # runs daily at midnight UTC
env:
NUSHELL_CARGO_PROFILE: ci