Skip to content

Commit 36fb57f

Browse files
committed
Workflows - e2e tests fixed error
1 parent 059588a commit 36fb57f

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/deploy-blue-green.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ on:
77

88
jobs:
99
deploy-green:
10-
uses: ./.github/workflows/deploy-template.yml
10+
uses: ./.github/workflows/deploy-template.yml@release-2025-07-25
1111
with:
12-
environment: green
13-
14-
# deploy-blue:
15-
# needs: deploy-green
16-
# uses: ./.github/workflows/deploy-template.yml
17-
# with:
18-
# environment: blue
12+
environment: green

.github/workflows/deploy-template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Deploy to INT and run E2e test
1+
name: Deploy Template
2+
23
on:
34
workflow_call:
45
inputs:

0 commit comments

Comments
 (0)