Skip to content

Commit d13661d

Browse files
comment reg test
1 parent 7feeccd commit d13661d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cicd-2-publish.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ jobs:
137137
title: "Pushed to main"
138138
version: "${{ needs.metadata.outputs.version }}"
139139
140-
regression-tests:
141-
name: "Regression Tests"
142-
needs: publish
143-
uses: ./.github/workflows/regression-tests.yml
144-
with:
145-
ENVIRONMENT: "dev"
146-
VERSION_NUMBER: "main"
147-
secrets: inherit
140+
# regression-tests:
141+
# name: "Regression Tests"
142+
# needs: publish
143+
# uses: ./.github/workflows/regression-tests.yml
144+
# with:
145+
# ENVIRONMENT: "dev"
146+
# VERSION_NUMBER: "main"
147+
# secrets: inherit

0 commit comments

Comments
 (0)