From 45f5d316e969870b68690849e89159409a946b5d Mon Sep 17 00:00:00 2001 From: Digant Desai Date: Wed, 10 Sep 2025 15:33:18 -0500 Subject: [PATCH] CI: disable trunk jobs on PR This is effectively the same state as before. --- .github/workflows/trunk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index 849ab1a8fd4..f5c5161e0cc 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -8,6 +8,9 @@ on: tags: - ciflow/trunk/* pull_request: + paths: + - .ci/docker/ci_commit_pins/pytorch.txt + - .ci/scripts/** workflow_dispatch: concurrency: