From baae8099a90e8b282c727cf03d85bb3c926581e3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:45:58 +0000 Subject: [PATCH 1/2] Initial plan From b48609a0092b0e3e581e3dabcce15a21ac11e7f4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 10 Mar 2026 13:49:54 +0000 Subject: [PATCH 2/2] Add .github/workflows/** and pip_requirements.txt to CI paths trigger Co-authored-by: dorde-antic <183827859+dorde-antic@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a997fd22669..4b69770aad83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,6 +9,8 @@ on: - "mlir/**" - "external/**" - "!external/llvm-project/**" + - ".github/workflows/**" + - "pip_requirements.txt" push: branches: - develop @@ -17,6 +19,8 @@ on: - "mlir/**" - "external/**" - "!external/llvm-project/**" + - ".github/workflows/**" + - "pip_requirements.txt" jobs: format-and-lint-checks: name: Python format and lint checks