Skip to content

Commit 848d06b

Browse files
committed
feat: add prep rollback
1 parent 72a781f commit 848d06b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ jobs:
630630
name: Run Internal Regression Tests on PREP
631631
if: ${{ always() && !cancelled() && !failure() && needs.terraform_env_prep.result == 'success' }}
632632
needs:
633-
- terraform_env_prep
633+
- test_prep_smoke
634634
uses: dvsa/vol-functional-tests/.github/workflows/e2eInternalRegression.yaml@main
635635
with:
636636
platform_env: prep

0 commit comments

Comments
 (0)