Skip to content

Commit 3f279c3

Browse files
authored
ELI-446: Adds env name explicitly for validating feature toggle (#422)
1 parent 6ab29b6 commit 3f279c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: "Validate Feature Toggles"
115115
env:
116-
ENV: ${{ needs.metadata.outputs.environment }}
116+
ENV: dev
117117
run: |
118118
pip install boto3
119119
python scripts/feature_toggle/validate_toggles.py

.github/workflows/cicd-3-test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: "Validate Feature Toggles"
103103
env:
104-
ENV: ${{ needs.metadata.outputs.environment }}
104+
ENV: test
105105
run: |
106106
pip install boto3
107107
python scripts/feature_toggle/validate_toggles.py

0 commit comments

Comments
 (0)