We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd7949f + 987fc11 commit 920a5aaCopy full SHA for 920a5aa
.github/workflows/base-deploy.yml
@@ -162,14 +162,3 @@ jobs:
162
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
163
GITHUB_REPOSITORY: ${{ github.repository }}
164
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