Skip to content

Commit

Permalink
workflows: add wine-cachyos to public, remove wine-ge-custom from public
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jan 19, 2025
1 parent 1d2658a commit 4313448
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wine-cachyos-opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository:
strategy:
matrix:
repository: [personal]
repository: [public, personal]
uses: ./.github/workflows/job_pkgrepo.yml
with:
pkgdir: public/wine-cachyos-opt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wine-cachyos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository:
strategy:
matrix:
repository: [personal]
repository: [public, personal]
uses: ./.github/workflows/job_pkgrepo.yml
with:
pkgdir: public/wine-cachyos
Expand Down
16 changes: 3 additions & 13 deletions .github/workflows/wine-ge-custom-opt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,16 @@ on:
branches:
- master
paths:
- public/wine-ge-custom-opt/.SRCINFO
- local/wine-ge-custom-opt/.SRCINFO

jobs:
repository:
strategy:
matrix:
include:
- repository: public
pkgdir: public/wine-ge-custom-opt
pkgbuild: PKGBUILD
multilib: true
- repository: personal
pkgdir: local/wine-ge-custom-opt
pkgbuild: PKGBUILD
multilib: true
repository: [personal]
uses: ./.github/workflows/job_pkgrepo.yml
with:
pkgdir: ${{ matrix.pkgdir }}
pkgdir: local/wine-ge-custom-opt
repository: ${{ matrix.repository }}
action: ${{ inputs.action != '' && inputs.action || 'build' }}
pkgbuild: ${{ matrix.pkgbuild }}
multilib: ${{ matrix.multilib }}
multilib: true
16 changes: 3 additions & 13 deletions .github/workflows/wine-ge-custom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,16 @@ on:
branches:
- master
paths:
- public/wine-ge-custom/.SRCINFO
- local/wine-ge-custom/.SRCINFO

jobs:
repository:
strategy:
matrix:
include:
- repository: public
pkgdir: public/wine-ge-custom
pkgbuild: PKGBUILD
multilib: true
- repository: personal
pkgdir: local/wine-ge-custom
pkgbuild: PKGBUILD
multilib: true
repository: [personal]
uses: ./.github/workflows/job_pkgrepo.yml
with:
pkgdir: ${{ matrix.pkgdir }}
pkgdir: local/wine-ge-custom
repository: ${{ matrix.repository }}
action: ${{ inputs.action != '' && inputs.action || 'build' }}
pkgbuild: ${{ matrix.pkgbuild }}
multilib: ${{ matrix.multilib }}
multilib: true

0 comments on commit 4313448

Please sign in to comment.