Skip to content

Commit 7a6fddf

Browse files
committed
Cheout nothing for nightly build
1 parent 9169e6a commit 7a6fddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# TODO: Remove the following a few lines after the test
108108
git fetch origin
109109
if ((git branch -r) =~ feature/latest) {
110-
let assets = [.github/workflows/release-pkg.nu]
110+
let assets = []
111111
print $'Checking out the latest changes from (ansi g)feature/latest(ansi reset):'
112112
print $assets
113113
git checkout origin/feature/latest ...$assets

0 commit comments

Comments
 (0)