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.
1 parent 059588a commit 36fb57fCopy full SHA for 36fb57f
.github/workflows/deploy-blue-green.yml
@@ -7,12 +7,6 @@ on:
7
8
jobs:
9
deploy-green:
10
- uses: ./.github/workflows/deploy-template.yml
+ uses: ./.github/workflows/deploy-template.yml@release-2025-07-25
11
with:
12
- environment: green
13
-
14
- # deploy-blue:
15
- # needs: deploy-green
16
- # uses: ./.github/workflows/deploy-template.yml
17
- # with:
18
- # environment: blue
+ environment: green
.github/workflows/deploy-template.yml
@@ -1,4 +1,5 @@
1
-name: Deploy to INT and run E2e test
+name: Deploy Template
2
+
3
on:
4
workflow_call:
5
inputs:
0 commit comments