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 d64c6bf commit 3a242cfCopy full SHA for 3a242cf
.github/workflows/pull_request.yml
@@ -102,7 +102,7 @@ jobs:
102
CDK_PUSH_IMAGE_ROLE: ${{ secrets.DEV_CDK_PUSH_IMAGE_ROLE }}
103
104
tag_release:
105
- needs: [quality_checks, get_commit_id, get_asdf_version]
+ needs: [get_commit_id, get_asdf_version]
106
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@publish_different_path
107
with:
108
dry_run: false
0 commit comments