mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
infra: update release workflow (#30203)
This commit is contained in:
8
.github/workflows/_release.yml
vendored
8
.github/workflows/_release.yml
vendored
@@ -385,6 +385,14 @@ jobs:
|
|||||||
- test-pypi-publish
|
- test-pypi-publish
|
||||||
- pre-release-checks
|
- pre-release-checks
|
||||||
- test-prior-published-packages-against-new-core
|
- test-prior-published-packages-against-new-core
|
||||||
|
if: >
|
||||||
|
(
|
||||||
|
startsWith(inputs.working-directory, 'libs/core')
|
||||||
|
&& needs.test-prior-published-packages-against-new-core.result == 'success'
|
||||||
|
)
|
||||||
|
|| (
|
||||||
|
!startsWith(inputs.working-directory, 'libs/core')
|
||||||
|
)
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions:
|
permissions:
|
||||||
# This permission is used for trusted publishing:
|
# This permission is used for trusted publishing:
|
||||||
|
Reference in New Issue
Block a user