From fe9e8719834468c2d6ae0173f72224873b176447 Mon Sep 17 00:00:00 2001 From: gohan5858 <88976739+gohan5858@users.noreply.github.com> Date: Sun, 27 Oct 2024 13:38:02 +0900 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 253465e..2509523 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,6 @@ jobs: run: npm run format:check preview: - needs: lint if: ${{ github.ref != 'refs/heads/main' }} runs-on: ubuntu-latest environment: @@ -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: