From 2eda669f72abdc157b60217dd448bece15f80e94 Mon Sep 17 00:00:00 2001 From: Bruno <15909838+thetoolsmith@users.noreply.github.com> Date: Mon, 6 Jan 2025 13:54:51 -0500 Subject: [PATCH] toggle to use local build images for tests --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d92728cc3..1bac29a4c 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -26,7 +26,7 @@ jobs: uses: ./.github/workflows/test.yml needs: call-build with: - use_release_images: true + use_release_images: false call-codeql: name: CodeQL