-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
18a075b
commit e60e04a
Showing
2 changed files
with
24 additions
and
14 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
.github/workflows/bigdl-release-portable-executable-zip.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.