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
02683930
"vscode:/vscode.git/clone" did not exist on "8fcfb2a456e5c35d6d532faccf4859d303c22501"
Commit
02683930
authored
May 30, 2025
by
Muyang Li
Browse files
[Auto Merge] chore: fix the workflow to clean nightly releases (#417)
parents
11b90f0c
6098c419
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 @
02683930
...
@@ -12,8 +12,12 @@ jobs:
...
@@ -12,8 +12,12 @@ jobs:
cleanup
:
cleanup
:
name
:
Delete old nightly releases and tags
name
:
Delete old nightly releases and tags
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
github.repository == 'mit-han-lab/nunchaku'
steps
:
steps
:
-
name
:
Checkout repository
uses
:
actions/checkout@v4
-
name
:
List all nightly releases
-
name
:
List all nightly releases
id
:
list
id
:
list
run
:
|
run
:
|
...
...
.github/workflows/test-ampere.yaml
View file @
02683930
name
:
test_ampere
name
:
Ampere Tests
on
:
on
:
workflow_dispatch
:
workflow_dispatch
:
...
...
.github/workflows/test-blackwell.yaml
View file @
02683930
name
:
test_b
lackwell
name
:
B
lackwell
Tests
on
:
on
:
workflow_dispatch
:
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