From 2cab5e3c71fcf0307b19c72f717791dc9bd56d23 Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Fri, 20 Mar 2026 10:19:34 -0600 Subject: [PATCH] Fix path for running full-integ-test --- .github/workflows/ci-integ-test-full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-integ-test-full.yml b/.github/workflows/ci-integ-test-full.yml index c08a6adb..950b59c3 100644 --- a/.github/workflows/ci-integ-test-full.yml +++ b/.github/workflows/ci-integ-test-full.yml @@ -8,7 +8,7 @@ on: - 'bot/gradle-actions-caching' paths: - 'dist/**' - - 'src/vendor/gradle-actions-caching/**' + - 'sources/vendor/gradle-actions-caching/**' permissions: contents: read