Skip to content

Commit ff4c22b

Browse files
Reapply "revert test commits"
This reverts commit eef49b4.
1 parent eef49b4 commit ff4c22b

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
branches:
1010
- main
1111
- hotfix/*
12-
- fix/dev-tagging
1312
workflow_dispatch: {}
1413

1514
concurrency:
@@ -139,11 +138,11 @@ jobs:
139138
title: "Pushed to main"
140139
version: "${{ needs.metadata.outputs.version }}"
141140
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
141+
regression-tests:
142+
name: "Regression Tests"
143+
needs: publish
144+
uses: ./.github/workflows/regression-tests.yml
145+
with:
146+
ENVIRONMENT: "dev"
147+
VERSION_NUMBER: "main"
148+
secrets: inherit

0 commit comments

Comments
 (0)