mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 06:58:47 +01:00
run daily instead of on push on main
This commit is contained in:
parent
329709a222
commit
086db29cc4
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
|
||||
|
Loading…
Reference in New Issue
Block a user