mirror of
https://github.com/nushell/nushell.git
synced 2025-08-04 14:52:44 +02:00
run daily instead of on push on main
This commit is contained in:
5
.github/workflows/beta-test.yml
vendored
5
.github/workflows/beta-test.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user