Skip to content

Commit 7feeccd

Browse files
comment reg test
1 parent 728f6b6 commit 7feeccd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ jobs:
112112
s3://${{ steps.tf_output.outputs.bucket_name }}/artifacts/${{ needs.metadata.outputs.tag }}/lambda.zip \
113113
--region eu-west-2
114114
115-
regression-tests:
116-
name: "Regression Tests"
117-
needs: deploy
118-
uses: ./.github/workflows/regression-tests.yml
119-
with:
120-
ENVIRONMENT: "test"
121-
VERSION_NUMBER: "main"
122-
secrets: inherit
115+
# regression-tests:
116+
# name: "Regression Tests"
117+
# needs: deploy
118+
# uses: ./.github/workflows/regression-tests.yml
119+
# with:
120+
# ENVIRONMENT: "test"
121+
# VERSION_NUMBER: "main"
122+
# secrets: inherit

0 commit comments

Comments
 (0)