Skip to content

Commit

Permalink
patch workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
danielk117 committed Feb 5, 2024
1 parent 9699899 commit 07a4c5b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/build-packages-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,9 @@ concurrency:
cancel-in-progress: true

jobs:
lx01:
name: LX01
if: ${{ github.repository == 'duhow/xiaoai-patch' }}
uses: duhow/xiaoai-patch/.github/workflows/build-packages.yaml@master
with:
model: LX01
lx06:
name: LX06
if: ${{ github.repository == 'duhow/xiaoai-patch' }}
uses: duhow/xiaoai-patch/.github/workflows/build-packages.yaml@master
if: ${{ github.repository == 'danielk117/xiaoai-patch' }}
uses: danielk117/xiaoai-patch/.github/workflows/build-packages.yaml@master
with:
model: LX06
s12:
name: S12
if: contains(github.event.pull_request.labels.*.name, 'S12')
uses: duhow/xiaoai-patch/.github/workflows/build-packages.yaml@master
with:
model: S12
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Build for ${{ github.event.inputs.model || inputs.model || 'LX06' }}
if: ${{ github.repository == 'duhow/xiaoai-patch' }}
if: ${{ github.repository == 'danielk117/xiaoai-patch' }}
env:
MODEL: ${{ github.event.inputs.model || inputs.model || 'LX06' }}
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
check:
name: Check
if: ${{ github.repository == 'duhow/xiaoai-patch' }}
if: ${{ github.repository == 'danielk117/xiaoai-patch' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 07a4c5b

Please sign in to comment.