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
6098c419
Unverified
Commit
6098c419
authored
May 30, 2025
by
Muyang Li
Committed by
GitHub
May 30, 2025
Browse files
chore: fix the workflow to clean nightly releases (#417)
parent
141b963f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
.github/workflows/clean-nightly-releases.yaml
.github/workflows/clean-nightly-releases.yaml
+4
-0
.github/workflows/test-ampere.yaml
.github/workflows/test-ampere.yaml
+1
-1
.github/workflows/test-blackwell.yaml
.github/workflows/test-blackwell.yaml
+1
-1
No files found.
.github/workflows/clean-nightly-releases.yaml
View file @
6098c419
...
...
@@ -12,8 +12,12 @@ jobs:
cleanup
:
name
:
Delete old nightly releases and tags
runs-on
:
ubuntu-latest
if
:
github.repository == 'mit-han-lab/nunchaku'
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
name
:
List all nightly releases
id
:
list
run
:
|
...
...
.github/workflows/test-ampere.yaml
View file @
6098c419
name
:
test_ampere
name
:
Ampere Tests
on
:
workflow_dispatch
:
...
...
.github/workflows/test-blackwell.yaml
View file @
6098c419
name
:
test_b
lackwell
name
:
B
lackwell
Tests
on
:
workflow_dispatch
:
...
...
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