File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 BRANCH_NAME : ${{ github.event.pull_request.head.ref }}
99
1010jobs :
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
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ aws-login:
6464 aws sso login --sso-session sso-session
6565
6666cfn-guard :
67- ./scripts/run_cfn_guard.sh || true
67+ ./scripts/run_cfn_guard.sh
6868
6969build-lambda-packages :
7070 mkdir -p .build/epsam-SlackBotFunction
You can’t perform that action at this time.
0 commit comments