Skip to content

Commit

Permalink
Removed job:quality from production deployment (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbar-deriv authored Jan 12, 2025
1 parent 6c93a82 commit a72098d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,8 @@ env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}

jobs:
quality:
name: Quality Checks
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Setup environment
uses: ./.github/actions/setup-environment

- name: Run quality assurance checks
uses: ./.github/actions/quality-checks

production:
name: Deploy Production
needs: quality
runs-on: ubuntu-latest
permissions:
deployments: write
Expand Down

0 comments on commit a72098d

Please sign in to comment.