Skip to content

Commit

Permalink
ci: remove needs on build jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Mar 5, 2024
1 parent c01b147 commit 6b53c55
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ on:
jobs:
build:
name: 🐳 Build
needs: [lint, typecheck, prettier]
if:
${{ needs.prepare.outputs.app == 'true' || startsWith(github.ref,
'refs/tags/v') }}
Expand Down

0 comments on commit 6b53c55

Please sign in to comment.