Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
gohan5858 authored Oct 27, 2024
1 parent c1a5b1c commit fe9e871
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: npm run format:check

preview:
needs: lint
if: ${{ github.ref != 'refs/heads/main' }}
runs-on: ubuntu-latest
environment:
Expand Down Expand Up @@ -70,7 +69,6 @@ jobs:
run: vercel alias ${{ steps.deploy.outputs.url }} stg.my-service.com --scope=my-team --token=${{ secrets.VERCEL_TOKEN }}

prod:
needs: lint
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ubuntu-latest
defaults:
Expand Down

0 comments on commit fe9e871

Please sign in to comment.