Skip to content

Commit

Permalink
fix(ci): only run deploy when quality check is successful
Browse files Browse the repository at this point in the history
  • Loading branch information
didinele committed Aug 4, 2024
1 parent 0f4b327 commit eb48967
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
env:
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
Expand Down

0 comments on commit eb48967

Please sign in to comment.