Unverified Commit 6098c419 authored by Muyang Li's avatar Muyang Li Committed by GitHub
Browse files

chore: fix the workflow to clean nightly releases (#417)

parent 141b963f
...@@ -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