File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 88 BRANCH_NAME : ${{ github.event.ref.BRANCH_NAME }}
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 get_commit_id :
1717 runs-on : ubuntu-22.04
2424 echo "commit_id=${{ github.sha }}" >> "$GITHUB_OUTPUT"
2525
2626 tag_release :
27- # needs: quality_checks
27+ needs : quality_checks
2828 runs-on : ubuntu-22.04
2929 outputs :
3030 version_tag : ${{ steps.output_version_tag.outputs.VERSION_TAG }}
Original file line number Diff line number Diff line change 1818
1919 get_issue_number :
2020 runs-on : ubuntu-22.04
21+ needs : quality_checks
2122 outputs :
2223 issue_number : ${{steps.get_issue_number.outputs.result}}
2324
You can’t perform that action at this time.
0 commit comments