Skip to content

Commit e36622a

Browse files
committed
updating cehckout
1 parent 232403b commit e36622a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
git status
5757
git pull
5858
source .venv/bin/activate
59-
git checkout ${{ github.ref }}
59+
git checkout ${GITHUB_REF#refs/heads/}
6060
cat summary_2.yml
6161
# contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop
6262
6363
summarize-test-results:
64-
needs: contentctl-unit-testing-setup
64+
# needs: contentctl-unit-testing-setup
6565
runs-on: ubuntu-latest
6666
if: "!contains(github.ref, 'refs/tags/')" #don't run on tags - future steps won't run either since they depend on this job
6767
# needs: [validate-tag-if-present, quit-for-dependabot]

0 commit comments

Comments
 (0)