Skip to content

Commit

Permalink
chore(ci): sync test_mode=true for prod (#1517)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Aug 15, 2024
1 parent 02bf725 commit acb53a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:
parameters:
-p TAG=${{ inputs.tag }}
-p ZONE=${{ inputs.target }}
${{ github.event_name == 'pull_request' && '-p TEST_MODE=true' || '' }}
${{ inputs.target == 'test' && '-p TEST_MODE=false' || '-p TEST_MODE=true' }}

- name: Override OpenShift version
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit acb53a3

Please sign in to comment.