mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +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
|
||||
- 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')
|
||||
always() &&
|
||||
needs.build.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') && needs.test-prior-published-packages-against-new-core.result == 'success')
|
||||
|| (!startsWith(inputs.working-directory, 'libs/core'))
|
||||
)
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
|
Loading…
Reference in New Issue
Block a user