Skip to content

Commit 71fc9d0

Browse files
tag_release not needing quality_checks
1 parent b0d10d3 commit 71fc9d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
secrets:
2727
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2828
tag_release:
29-
needs: [quality_checks, get_config_values]
29+
needs: get_config_values
3030
uses: ./.github/workflows/tag-release-devcontainer.yml
3131
permissions:
3232
contents: read

0 commit comments

Comments
 (0)