Skip to content

Commit 920a5aa

Browse files
authored
Merge pull request #376 from NHSDigital/bug/ELI-215-hotfix
(ELI-452) removing regression tests
2 parents bd7949f + 987fc11 commit 920a5aa

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/base-deploy.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,3 @@ jobs:
162162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163163
GITHUB_REPOSITORY: ${{ github.repository }}
164164
run: poetry run python scripts/workflow/tag_and_release.py
165-
166-
167-
regression-tests:
168-
name: "Regression Tests"
169-
if: ${{ needs.metadata.outputs.environment == 'preprod' }}
170-
needs: deploy
171-
uses: ./.github/workflows/regression-tests.yml
172-
with:
173-
ENVIRONMENT: "preprod"
174-
VERSION_NUMBER: "main"
175-
secrets: inherit

0 commit comments

Comments
 (0)