mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 06:58:47 +01:00
add a comment about the schedule
This commit is contained in:
parent
086db29cc4
commit
f7546f6d2d
5
.github/workflows/beta-test.yml
vendored
5
.github/workflows/beta-test.yml
vendored
@ -7,7 +7,10 @@ name: Test on Beta Toolchain
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *' # runs daily at midnight UTC
|
||||
# If this workflow fails, GitHub notifications will go to the last person
|
||||
# who edited this line.
|
||||
# See: https://docs.github.com/en/actions/monitoring-and-troubleshooting-workflows/monitoring-workflows/notifications-for-workflow-runs
|
||||
- cron: '0 0 * * *' # Runs daily at midnight UTC
|
||||
|
||||
env:
|
||||
NUSHELL_CARGO_PROFILE: ci
|
||||
|
Loading…
Reference in New Issue
Block a user