We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eef49b4 commit ff4c22bCopy full SHA for ff4c22b
1 file changed
.github/workflows/cicd-2-publish.yaml
@@ -9,7 +9,6 @@ on:
9
branches:
10
- main
11
- hotfix/*
12
- - fix/dev-tagging
13
workflow_dispatch: {}
14
15
concurrency:
@@ -139,11 +138,11 @@ jobs:
139
138
title: "Pushed to main"
140
version: "${{ needs.metadata.outputs.version }}"
141
142
-# regression-tests:
143
-# name: "Regression Tests"
144
-# needs: publish
145
-# uses: ./.github/workflows/regression-tests.yml
146
-# with:
147
-# ENVIRONMENT: "dev"
148
-# VERSION_NUMBER: "main"
149
-# 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