Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
875eb916
Commit
875eb916
authored
Aug 02, 2025
by
Muyang Li
Browse files
chore: fix the nightly build ci
parent
4177e3d6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
.github/workflows/nightly-build.yaml
.github/workflows/nightly-build.yaml
+1
-1
.github/workflows/release-build.yaml
.github/workflows/release-build.yaml
+2
-3
No files found.
.github/workflows/nightly-build.yaml
View file @
875eb916
...
...
@@ -108,7 +108,7 @@ jobs:
env
:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
name
:
Clean up
if
:
always()
&& github.repository == 'nunchaku-tech/nunchaku'
if
:
always()
run
:
bash scripts/linux_cleanup.sh
windows-wheels
:
name
:
Build the windows nightly wheels
...
...
.github/workflows/release-build.yaml
View file @
875eb916
name
:
Release Build
on
:
repository_dispatch
:
types
:
[
release-build
]
workflow_dispatch
:
permissions
:
contents
:
write
jobs
:
release
:
name
:
Tag Main Branch and Create Release
runs-on
:
ubuntu-latest
if
:
github.repository == 'nunchaku-tech/nunchaku'
&& github.actor == 'lmxyy'
if
:
github.repository == 'nunchaku-tech/nunchaku'
outputs
:
tag_name
:
${{ steps.set-tag.outputs.tag_name }}
steps
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment