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
d7b3bd2a
Unverified
Commit
d7b3bd2a
authored
Jul 21, 2025
by
Muyang Li
Committed by
GitHub
Jul 21, 2025
Browse files
chore: update the workflows (#553)
parent
a161ddfd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
9 additions
and
12 deletions
+9
-12
.github/workflows/clean-nightly-releases.yaml
.github/workflows/clean-nightly-releases.yaml
+1
-2
.github/workflows/close-inactive-issues.yaml
.github/workflows/close-inactive-issues.yaml
+1
-1
.github/workflows/lint.yaml
.github/workflows/lint.yaml
+0
-1
.github/workflows/nightly-build.yaml
.github/workflows/nightly-build.yaml
+5
-6
.github/workflows/release-build.yaml
.github/workflows/release-build.yaml
+1
-1
.github/workflows/reopen-issues.yaml
.github/workflows/reopen-issues.yaml
+1
-1
No files found.
.github/workflows/clean-nightly-releases.yaml
View file @
d7b3bd2a
...
...
@@ -2,14 +2,13 @@ name: Clean Old Nightly Releases
on
:
schedule
:
-
cron
:
'
*
6
*
*
*'
workflow_dispatch
:
permissions
:
contents
:
write
jobs
:
cleanup
:
name
:
Delete old nightly releases and tags
runs-on
:
ubuntu-latest
if
:
github.repository == '
mit-han-lab
/nunchaku'
if
:
github.repository == '
nunchaku-tech
/nunchaku'
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
...
...
.github/workflows/close-inactive-issues.yaml
View file @
d7b3bd2a
...
...
@@ -8,7 +8,7 @@ permissions:
contents
:
read
jobs
:
close-inactive-issues
:
if
:
github.repository == '
mit-han-lab
/nunchaku'
if
:
github.repository == '
nunchaku-tech
/nunchaku'
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check and close inactive issues
...
...
.github/workflows/lint.yaml
View file @
d7b3bd2a
...
...
@@ -3,7 +3,6 @@ on:
push
:
branches
:
-
main
-
dev
pull_request
:
jobs
:
lint
:
...
...
.github/workflows/nightly-build.yaml
View file @
d7b3bd2a
...
...
@@ -2,23 +2,22 @@ name: Nightly Build
on
:
schedule
:
-
cron
:
'
0
8
*
*
*'
# UTC time
workflow_dispatch
:
permissions
:
contents
:
write
jobs
:
tag
:
name
:
Tag dev
branch i
f
dev version
name
:
Check if main
branch i
s a
dev version
runs-on
:
ubuntu-latest
if
:
github.repository == '
mit-han-lab
/nunchaku'
if
:
github.repository == '
nunchaku-tech
/nunchaku'
outputs
:
need_build
:
${{ steps.check.outputs.need_build }}
tag_name
:
${{ steps.tag.outputs.tag_name }}
steps
:
-
name
:
Checkout
dev
branch
-
name
:
Checkout
main
branch
uses
:
actions/checkout@v4
with
:
fetch-depth
:
0
ref
:
dev
ref
:
main
-
name
:
Extract version from __version__.py
id
:
version
run
:
|
...
...
@@ -73,7 +72,7 @@ jobs:
name
:
Build the linux nightly wheels
runs-on
:
[
self-hosted
,
linux-build
]
needs
:
tag
if
:
needs.tag.outputs.need_build == 'true' && github.repository == '
mit-han-lab
/nunchaku'
if
:
needs.tag.outputs.need_build == 'true' && github.repository == '
nunchaku-tech
/nunchaku'
strategy
:
matrix
:
python
:
[
"
3.10"
,
"
3.11"
,
"
3.12"
]
...
...
.github/workflows/release-build.yaml
View file @
d7b3bd2a
...
...
@@ -7,7 +7,7 @@ jobs:
release
:
name
:
Tag Main Branch and Create Release
runs-on
:
ubuntu-latest
if
:
github.repository == '
mit-han-lab
/nunchaku'
if
:
github.repository == '
nunchaku-tech
/nunchaku'
outputs
:
tag_name
:
${{ steps.set-tag.outputs.tag_name }}
steps
:
...
...
.github/workflows/reopen-issues.yaml
View file @
d7b3bd2a
...
...
@@ -7,7 +7,7 @@ permissions:
contents
:
read
jobs
:
reopen-issue
:
if
:
github.repository == '
mit-han-lab
/nunchaku'
if
:
github.repository == '
nunchaku-tech
/nunchaku'
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check if comment is /reopen by issue creator and reopen
...
...
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