Skip to content

Commit 1247af0

Browse files
committed
QA-8122 updated deploy trigger env
1 parent 03f93ea commit 1247af0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sa-workflows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- id: set-matrix-deploy
4343
if: ${{ github.event_name == 'repository_dispatch' }}
4444
run: |
45-
echo "::set-output name=matrix::{\"environment\": [\"${{ github.event.client_payload.environment }}\"]}"
45+
echo "::set-output name=matrix::{\"environment\": [\"banner\", \"securevoteu\", \"secure\"]}"
4646
- id: set-matrix-default
4747
if: ${{ !contains(github.event_name , 'dispatch') }}
4848
run: |
49-
echo "::set-output name=matrix::{\"environment\": [\"banner\", \"rogers\", \"securevoteu\", \"secure\"]}"
49+
echo "::set-output name=matrix::{\"environment\": [\"banner\", \"securevoteu\", \"secure\"]}"
5050
5151
build:
5252
needs: set_matrix

0 commit comments

Comments
 (0)