Skip to content

Commit cdd1bcd

Browse files
committed
Initial commit
1 parent a0faf55 commit cdd1bcd

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ env:
88
BRANCH_NAME: ${{ github.event.ref.BRANCH_NAME }}
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
get_commit_id:
1717
runs-on: ubuntu-22.04
@@ -24,7 +24,7 @@ jobs:
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 }}

.github/workflows/pull_request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
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

0 commit comments

Comments
 (0)