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:
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: |
......
name: test_ampere
name: Ampere Tests
on:
workflow_dispatch:
......
name: test_blackwell
name: Blackwell Tests
on:
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