We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7feeccd commit d13661dCopy full SHA for d13661d
1 file changed
.github/workflows/cicd-2-publish.yaml
@@ -137,11 +137,11 @@ jobs:
137
title: "Pushed to main"
138
version: "${{ needs.metadata.outputs.version }}"
139
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
+# regression-tests:
+# name: "Regression Tests"
+# needs: publish
+# uses: ./.github/workflows/regression-tests.yml
+# with:
+# ENVIRONMENT: "dev"
+# VERSION_NUMBER: "main"
+# secrets: inherit
0 commit comments