"vscode:/vscode.git/clone" did not exist on "8fcfb2a456e5c35d6d532faccf4859d303c22501"
Commit 02683930 authored by Muyang Li's avatar Muyang Li
Browse files

[Auto Merge] chore: fix the workflow to clean nightly releases (#417)

parents 11b90f0c 6098c419
...@@ -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: |
......
name: test_ampere name: Ampere Tests
on: on:
workflow_dispatch: workflow_dispatch:
......
name: test_blackwell name: Blackwell Tests
on: on:
workflow_dispatch: workflow_dispatch:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment