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 6ae53cd commit 6cae563Copy full SHA for 6cae563
.github/workflows/pull_request.yml
@@ -32,8 +32,7 @@ jobs:
32
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
33
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
34
quality_checks:
35
- uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@661fd3661188e23642ee33e258b70151862fbc0b
36
- #uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
+ uses: NHSDigital/eps-common-workflows/.github/workflows/quality-checks.yml@26a3c37dbab1b2f92e3e65ab579d0440408fdfd3
37
needs: [get_asdf_version]
38
with:
39
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
0 commit comments