[PR #784] [MERGED] CI: run only on file changes #1671

Closed
opened 2026-02-20 17:45:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/784
Author: @vbarda
Created: 6/24/2024
Status: Merged
Merged: 6/24/2024
Merged by: @vbarda

Base: mainHead: vb/change-only-ci


📝 Commits (10+)

📊 Changes

6 files changed (+42 additions, -8 deletions)

View changed files

📝 .github/workflows/_integration_test.yml (+16 -2)
📝 .github/workflows/_lint.yml (+14 -1)
📝 .github/workflows/_test.yml (+9 -1)
📝 libs/cli/langgraph_cli/cli.py (+1 -1)
📝 libs/langgraph/langgraph/prebuilt/chat_agent_executor.py (+0 -1)
📝 libs/sdk-py/README.md (+2 -2)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/784 **Author:** [@vbarda](https://github.com/vbarda) **Created:** 6/24/2024 **Status:** ✅ Merged **Merged:** 6/24/2024 **Merged by:** [@vbarda](https://github.com/vbarda) **Base:** `main` ← **Head:** `vb/change-only-ci` --- ### 📝 Commits (10+) - [`18521c6`](https://github.com/langchain-ai/langgraph/commit/18521c689cfef1eeda3539f98e6622ce5b602609) CI: run only on file changes - [`342e6fd`](https://github.com/langchain-ai/langgraph/commit/342e6fd422e86bae0bccce0bad29c826b41c753a) add if to every step - [`771a68d`](https://github.com/langchain-ai/langgraph/commit/771a68d5c507a1053af1191bfb424844d8744101) trigger lint for SDK - [`5646f23`](https://github.com/langchain-ai/langgraph/commit/5646f23163fe7efdb9c335ee6fc9574280114bfd) fix check - [`5a772a9`](https://github.com/langchain-ai/langgraph/commit/5a772a9247c2686d9ff32c100807bf630838a946) pass working directory - [`3786c95`](https://github.com/langchain-ai/langgraph/commit/3786c950db78601dc0e909ad69c6161bda1ba51c) add print of outputs - [`b60f586`](https://github.com/langchain-ai/langgraph/commit/b60f586aac78c0832dcba7dd6f6a7822ddfc6263) fix - [`11f0100`](https://github.com/langchain-ai/langgraph/commit/11f01006db1f20a47d462d6ffd8b9400e355860c) fix - [`bdae23e`](https://github.com/langchain-ai/langgraph/commit/bdae23efd1c0f35e9a08d3937e5d8b10d79115dd) try a different action - [`763c983`](https://github.com/langchain-ai/langgraph/commit/763c983518261a62e81252e50202e172da949351) remove filter ### 📊 Changes **6 files changed** (+42 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/_integration_test.yml` (+16 -2) 📝 `.github/workflows/_lint.yml` (+14 -1) 📝 `.github/workflows/_test.yml` (+9 -1) 📝 `libs/cli/langgraph_cli/cli.py` (+1 -1) 📝 `libs/langgraph/langgraph/prebuilt/chat_agent_executor.py` (+0 -1) 📝 `libs/sdk-py/README.md` (+2 -2) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:45:17 -05:00
yindo closed this issue 2026-02-20 17:45:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1671