Skip to content

Commit b00bdab

Browse files
committed
fix: add condition for overriding runtime config.js for QA environment
1 parent 351d7d5 commit b00bdab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/generate-war.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
EOF
7575
7676
- name: Override runtime config.js for QA
77+
if: ${{ github.event.inputs.environment == 'qa' }}
7778
env:
7879
DATAVERSE_BACKEND_URL: ${{ secrets.QA_DATAVERSE_BACKEND_URL }}
7980
OIDC_CLIENT_ID: ${{ secrets.QA_OIDC_CLIENT_ID }}

0 commit comments

Comments
 (0)