Skip to content

Commit

Permalink
chore(ci): only PRs use TEST_MODE=true (#1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Aug 14, 2024
1 parent 1799204 commit 301f6c1
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 @@ -175,7 +175,7 @@ jobs:
parameters:
-p TAG=${{ inputs.tag }}
-p ZONE=${{ inputs.target }}
-p TEST_MODE=true
${{ github.event_name == 'pull_request' && '-p TEST_MODE=true' || '' }}

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

0 comments on commit 301f6c1

Please sign in to comment.