Skip to content

Commit 7a848ff

Browse files
committed
Comment out quality checks step
1 parent 5f815e6 commit 7a848ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,17 @@ env:
88
BRANCH_NAME: ${{ github.event.pull_request.head.ref }}
99

1010
jobs:
11-
quality_checks:
12-
uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13-
secrets:
14-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
11+
# quality_checks:
12+
# uses: NHSDigital/eps-workflow-quality-checks/.github/workflows/[email protected]
13+
# secrets:
14+
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1515

1616
pr_title_format_check:
1717
uses: ./.github/workflows/pr_title_check.yml
1818

1919
get_issue_number:
2020
runs-on: ubuntu-22.04
21-
needs: quality_checks
21+
# needs: quality_checks
2222
outputs:
2323
issue_number: ${{steps.get_issue_number.outputs.result}}
2424

0 commit comments

Comments
 (0)