You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/.github/workflows
Predrag Gruevski 35812d0096
Set up concurrency groups and workflow cancelation in CI. (#9564)
If another push to the same PR or branch happens while its CI is still
running, cancel the earlier run in favor of the next run.

There's no point in testing an outdated version of the code. GitHub only
allows a limited number of job runners to be active at the same time, so
it's better to cancel pointless jobs early so that more useful jobs can
run sooner.
1 year ago
..
_lint.yml Reduce cache timeouts to ensure faster builds on timeout. (#9619) 1 year ago
_pydantic_compatibility.yml Eliminate special-casing from test CI workflows. (#9562) 1 year ago
_release.yml Explicitly add the `contents: write` permission for publishing releases. (#9617) 1 year ago
_test.yml Eliminate special-casing from test CI workflows. (#9562) 1 year ago
codespell.yml Add api cross ref linking (#8275) 1 year ago
langchain_ci.yml Set up concurrency groups and workflow cancelation in CI. (#9564) 1 year ago
langchain_experimental_ci.yml Set up concurrency groups and workflow cancelation in CI. (#9564) 1 year ago
langchain_experimental_release.yml Require manually triggering release workflows. (#9552) 1 year ago
langchain_release.yml Require manually triggering release workflows. (#9552) 1 year ago
scheduled_test.yml Upgrade CI poetry version to 1.5.1. (#9479) 1 year ago