We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecabd91 commit 2d5ac8eCopy full SHA for 2d5ac8e
.github/workflows/nightly-alpine.yaml
@@ -20,7 +20,7 @@ jobs:
20
- name: Checkout Code
21
uses: actions/checkout@v4
22
with:
23
- ref: nightly
+ ref: main
24
25
- name: Set up Nushell
26
uses: hustcer/setup-nu@v3
.github/workflows/pre-release.yml
@@ -3,7 +3,7 @@ name: Pre Release
3
on:
4
push:
5
branches:
6
- - nightly # Just for test purpose only with the nightly repo
+ - nightly0 # Just for test purpose only with the nightly repo
7
# This schedule will run only from the default branch
8
schedule:
9
- cron: '30 1 * * *' # run at 00:15 AM UTC
docker/Dockerfile
0 commit comments