Skip to content

Commit

Permalink
fix action syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nhanphan committed Sep 12, 2024
1 parent 8d26283 commit 6857257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-program.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ jobs:
name: program-builds-${{ inputs.git_ref }}

- name: Deploy Program
if: !github.event.inputs.dry_run
if: github.event.inputs.dry_run == 'false'
run: |
echo "Deploying ${{ inputs.program }} to ${{ inputs.cluster }}"
Expand Down

0 comments on commit 6857257

Please sign in to comment.