Commit 875eb916 authored by Muyang Li's avatar Muyang Li
Browse files

chore: fix the nightly build ci

parent 4177e3d6
......@@ -108,7 +108,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Clean up
if: always() && github.repository == 'nunchaku-tech/nunchaku'
if: always()
run: bash scripts/linux_cleanup.sh
windows-wheels:
name: Build the windows nightly wheels
......
name: Release Build
on:
repository_dispatch:
types: [release-build]
workflow_dispatch:
permissions:
contents: write
jobs:
release:
name: Tag Main Branch and Create Release
runs-on: ubuntu-latest
if: github.repository == 'nunchaku-tech/nunchaku' && github.actor == 'lmxyy'
if: github.repository == 'nunchaku-tech/nunchaku'
outputs:
tag_name: ${{ steps.set-tag.outputs.tag_name }}
steps:
......
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