Skip to content

Commit 4dd1f94

Browse files
committed
eli-759 removing preprod / ref blocker
1 parent 930b708 commit 4dd1f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
regression-tests:
15-
if: ${{ (inputs.ENVIRONMENT != 'prod') && (inputs.ENVIRONMENT != 'preprod') }}
15+
if: ${{ inputs.ENVIRONMENT != 'prod' }}
1616
uses: NHSDigital/eligibility-signposting-api-regression-tests/.github/workflows/regression_tests.yml@main
1717
with:
1818
environment: ${{ inputs.ENVIRONMENT }}

0 commit comments

Comments
 (0)