Skip to content

Commit 3a242cf

Browse files
committed
skip qc
1 parent d64c6bf commit 3a242cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
CDK_PUSH_IMAGE_ROLE: ${{ secrets.DEV_CDK_PUSH_IMAGE_ROLE }}
103103

104104
tag_release:
105-
needs: [quality_checks, get_commit_id, get_asdf_version]
105+
needs: [get_commit_id, get_asdf_version]
106106
uses: NHSDigital/eps-workflow-semantic-release/.github/workflows/tag-release.yml@publish_different_path
107107
with:
108108
dry_run: false

0 commit comments

Comments
 (0)