We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232403b commit e36622aCopy full SHA for e36622a
.github/workflows/unit-testing.yml
@@ -56,12 +56,12 @@ jobs:
56
git status
57
git pull
58
source .venv/bin/activate
59
- git checkout ${{ github.ref }}
+ git checkout ${GITHUB_REF#refs/heads/}
60
cat summary_2.yml
61
# contentctl test --post-test-behavior never_pause mode:changes --mode.target-branch develop
62
63
summarize-test-results:
64
- needs: contentctl-unit-testing-setup
+ # needs: contentctl-unit-testing-setup
65
runs-on: ubuntu-latest
66
if: "!contains(github.ref, 'refs/tags/')" #don't run on tags - future steps won't run either since they depend on this job
67
# needs: [validate-tag-if-present, quit-for-dependabot]
0 commit comments