mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-27 08:58:48 +00:00
parent
70fc0b8363
commit
27d86d7bc8
13
.github/workflows/_release.yml
vendored
13
.github/workflows/_release.yml
vendored
@ -386,12 +386,13 @@ jobs:
|
|||||||
- pre-release-checks
|
- pre-release-checks
|
||||||
- test-prior-published-packages-against-new-core
|
- test-prior-published-packages-against-new-core
|
||||||
if: >
|
if: >
|
||||||
(
|
always() &&
|
||||||
startsWith(inputs.working-directory, 'libs/core')
|
needs.build.result == 'success' &&
|
||||||
&& needs.test-prior-published-packages-against-new-core.result == 'success'
|
needs.release-notes.result == 'success' &&
|
||||||
)
|
needs.test-pypi-publish.result == 'success' &&
|
||||||
|| (
|
needs.pre-release-checks.result == 'success' && (
|
||||||
!startsWith(inputs.working-directory, 'libs/core')
|
(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:
|
||||||
|
Loading…
Reference in New Issue
Block a user