Skip to content

Commit

Permalink
fix deploy_to logic
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Feb 26, 2024
1 parent d1fd19d commit ebc693c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_prep_hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
needs: [run-unit-tests, run-integration-tests, create-temp-branch, audit-version-in-code, audit-changelog]
if: |
!failure() && !cancelled() &&
inputs.deploy_to == 'test' &&
inputs.deploy_to == 'prod' &&
(
needs.audit-changelog.outputs.exists == 'false' ||
needs.audit-version-in-code.outputs.up_to_date == 'false'
Expand Down

0 comments on commit ebc693c

Please sign in to comment.