Skip to content

Commit

Permalink
fix(deploy-agent.yaml): fix if condition for deploy_production job
Browse files Browse the repository at this point in the history
  • Loading branch information
chronark committed Sep 3, 2023
1 parent a3cf73f commit 69cc809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-agent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
deploy_production:
name: Deploy Production
runs-on: ubuntu-latest
if: "!github.event.release.prerelease"
if: !github.event.release.prerelease
needs:
- build
- deploy_preview
Expand Down

0 comments on commit 69cc809

Please sign in to comment.