From e36622a457f69927bafb399b6ed46584657dcdf5 Mon Sep 17 00:00:00 2001 From: Bhavin Patel Date: Tue, 2 Jul 2024 14:14:57 -0700 Subject: [PATCH] updating cehckout --- .github/workflows/unit-testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/unit-testing.yml b/.github/workflows/unit-testing.yml index e7c37e4868..9442c9c56a 100644 --- a/.github/workflows/unit-testing.yml +++ b/.github/workflows/unit-testing.yml @@ -56,12 +56,12 @@ jobs: git status git pull source .venv/bin/activate - git checkout ${{ github.ref }} + git checkout ${GITHUB_REF#refs/heads/} cat summary_2.yml # contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop summarize-test-results: - needs: contentctl-unit-testing-setup + # needs: contentctl-unit-testing-setup runs-on: ubuntu-latest if: "!contains(github.ref, 'refs/tags/')" #don't run on tags - future steps won't run either since they depend on this job # needs: [validate-tag-if-present, quit-for-dependabot]