mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45: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
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- darwin+x86-64
|
- darwin+x86-64
|
||||||
- linux+x86-64
|
- linux+x86-64
|
||||||
- darwin+aarch64
|
- darwin+aarch64
|
||||||
- linux+aarch64
|
- linux+aarch64
|
||||||
uses: ./.github/workflows/build.yml
|
uses: ./.github/workflows/build.yml
|
||||||
with:
|
with:
|
||||||
projects: ${{ inputs.projects }}
|
projects: ${{ inputs.projects }}
|
||||||
|
@ -30,10 +30,10 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- darwin+x86-64
|
- darwin+x86-64
|
||||||
- linux+x86-64
|
- linux+x86-64
|
||||||
- darwin+aarch64
|
- darwin+aarch64
|
||||||
- linux+aarch64
|
- linux+aarch64
|
||||||
needs: [build]
|
needs: [build]
|
||||||
uses: ./.github/workflows/bottle.yml
|
uses: ./.github/workflows/bottle.yml
|
||||||
with:
|
with:
|
||||||
|
@ -50,7 +50,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
project: ${{ fromJson(needs.bottle.outputs.qa-required) }}
|
project: ${{ fromJson(needs.bottle.outputs.qa-required) }}
|
||||||
steps:
|
steps:
|
||||||
- uses: teaxyz/pantry/.github/actions/request-qa@v0
|
- uses: teaxyz/pantry/.github/actions/request-qa@main
|
||||||
with:
|
with:
|
||||||
project: ${{ matrix.project }}
|
project: ${{ matrix.project }}
|
||||||
slack-webhook: ${{ secrets.SLACK_QA_WEBHOOK }}
|
slack-webhook: ${{ secrets.SLACK_QA_WEBHOOK }}
|
||||||
|
|
Loading…
Reference in a new issue