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 17b0c26 commit 6516ba1Copy full SHA for 6516ba1
.github/workflows/pull_request.yml
@@ -26,7 +26,8 @@ jobs:
26
TAG_FORMAT=$(yq '.TAG_FORMAT' .github/config/settings.yml)
27
echo "TAG_FORMAT=$TAG_FORMAT" >> "$GITHUB_OUTPUT"
28
quality_checks:
29
- uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
+ uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@661fd3661188e23642ee33e258b70151862fbc0b
30
+ #uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/quality-checks.yml@v5.1.4
31
needs: [get_asdf_version]
32
with:
33
asdfVersion: ${{ needs.get_asdf_version.outputs.asdf_version }}
0 commit comments