From 8579eaf57f2d276380529bcc6cc7cb9075e25a4c Mon Sep 17 00:00:00 2001 From: discountchubbs Date: Tue, 8 Sep 2026 17:21:34 -0700 Subject: [PATCH] just the pointer --- .github/workflows/test_models.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_models.yml b/.github/workflows/test_models.yml index f69a0efc28..1f9be0a8a1 100644 --- a/.github/workflows/test_models.yml +++ b/.github/workflows/test_models.yml @@ -2,10 +2,10 @@ name: Test Models Compatibility With Tinygrad Changes on: push: paths: - - 'tinygrad_repo/**' + - 'tinygrad_repo' pull_request: paths: - - 'tinygrad_repo/**' + - 'tinygrad_repo' workflow_dispatch: jobs: