mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
no v0 on pantry
This commit is contained in:
parent
eb9c7a29d8
commit
c3c4c4f70c
1 changed files with 9 additions and 9 deletions
18
.github/workflows/new-version.yml
vendored
18
.github/workflows/new-version.yml
vendored
|
@ -15,10 +15,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- darwin+x86-64
|
||||
- linux+x86-64
|
||||
- darwin+aarch64
|
||||
- linux+aarch64
|
||||
- darwin+x86-64
|
||||
- linux+x86-64
|
||||
- darwin+aarch64
|
||||
- linux+aarch64
|
||||
uses: ./.github/workflows/build.yml
|
||||
with:
|
||||
projects: ${{ inputs.projects }}
|
||||
|
@ -30,10 +30,10 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
platform:
|
||||
- darwin+x86-64
|
||||
- linux+x86-64
|
||||
- darwin+aarch64
|
||||
- linux+aarch64
|
||||
- darwin+x86-64
|
||||
- linux+x86-64
|
||||
- darwin+aarch64
|
||||
- linux+aarch64
|
||||
needs: [build]
|
||||
uses: ./.github/workflows/bottle.yml
|
||||
with:
|
||||
|
@ -50,7 +50,7 @@ jobs:
|
|||
matrix:
|
||||
project: ${{ fromJson(needs.bottle.outputs.qa-required) }}
|
||||
steps:
|
||||
- uses: teaxyz/pantry/.github/actions/request-qa@v0
|
||||
- uses: teaxyz/pantry/.github/actions/request-qa@main
|
||||
with:
|
||||
project: ${{ matrix.project }}
|
||||
slack-webhook: ${{ secrets.SLACK_QA_WEBHOOK }}
|
||||
|
|
Loading…
Reference in a new issue