mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 08:55:07 +03:00
regression
This commit is contained in:
parent
ddb3b967e7
commit
bcffeee712
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd.yml
vendored
2
.github/workflows/cd.yml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
||||||
needs: [cd]
|
needs: [cd]
|
||||||
#FIXME: will fail (harmlessly) on non-merge/non-new-version runs, and won't work on 3rd-party PRs
|
#FIXME: will fail (harmlessly) on non-merge/non-new-version runs, and won't work on 3rd-party PRs
|
||||||
if: ${{ needs.cd.outputs.HAS_SECRETS }}
|
if: ${{ needs.cd.outputs.HAS_SECRETS }}
|
||||||
uses: ./.github/workflows/bottle.yml
|
uses: teaxyz/pantry.core/.github/workflows/bottle.yml@main
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
bottle-standalone:
|
bottle-standalone:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue