Skip to content

Commit deab5e9

Browse files
authored
Fix: [ELI-759] - adding repo check for regression tests (#272)
* eja - eli-759 - adding repo check for regression test workflow * eli-759 removing the PR title check as it should be dealt with in a pre-commit, not CI/CD * Revert "eli-759 removing the PR title check as it should be dealt with in a pre-commit, not CI/CD" This reverts commit d644f20. * eja - adding repo param to checkout
1 parent b41af0c commit deab5e9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/regression_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
- name: Checkout
126126
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
127127
with:
128+
repository: NHSDigital/eligibility-signposting-api-regression-tests
128129
ref: ${{ inputs.github_tag }}
129130

130131
# using git commit sha for version of action to ensure we have stable version

0 commit comments

Comments
 (0)