Skip to content

Commit

Permalink
CICD: refactor release zip yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Oct 9, 2023
1 parent 18a075b commit e60e04a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 14 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/bigdl-release-portable-executable-zip.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: BigDL Release Portable Executable Zip

on:
push:
branches: [main]
paths:
- ".github/workflows/bigdl-release-portable-executable-zip.yml"
- "python/llm/portable-executable/**"
pull_request:
branches: [main]
paths:
- ".github/workflows/bigdl-release-portable-executable-zip.yml"
- "python/llm/portable-executable/**"
workflow_dispatch:

jobs:
build-zip:
runs-on: [self-hosted, llm, windows]

steps:
- uses: actions/checkout@v3
- name: run bat
run: ./python/llm/portable-executable/setup.bat
shell: pwsh
14 changes: 0 additions & 14 deletions .github/workflows/manually-release-zip.yml

This file was deleted.

0 comments on commit e60e04a

Please sign in to comment.