From 120d480d7e1dcf95b9f7e548b3786604581dfb72 Mon Sep 17 00:00:00 2001 From: Andrew Truong Date: Wed, 2 Oct 2024 16:26:38 -0400 Subject: [PATCH] test --- .github/workflows/check-which-tests-to-run.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-which-tests-to-run.yaml b/.github/workflows/check-which-tests-to-run.yaml index 93d8a045441..4d308201c61 100644 --- a/.github/workflows/check-which-tests-to-run.yaml +++ b/.github/workflows/check-which-tests-to-run.yaml @@ -10,7 +10,6 @@ on: trace_server_tests: value: ${{ jobs.check.outputs.trace_server_tests }} - env: WEAVE_QUERY_PATHS: 'weave_query/' WEAVE_JS_PATHS: 'weave-js/' @@ -32,6 +31,12 @@ jobs: ref: ${{ github.head_ref }} - name: Git setup run: | + run: | + git fetch --all + - run: | + git checkout ${{ github.head_ref || github.ref_name}} + - run: | + run: | git fetch --all - run: | git checkout ${{ github.head_ref || github.ref_name}}