Skip to content

Commit

Permalink
Disable the deploy-affected job in the pull-request.yml workflow (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpmohod authored Jun 18, 2024
1 parent f816095 commit d030c81
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,26 +89,3 @@ jobs:
cache: "npm"
- run: npm ci
- run: npx nx affected -t test-npm-package

deploy-affected:
name: Deploy Applications
if: ${{ github.ref == 'refs/heads/main' }}
needs:
- format
- test-affected
- build-affected
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}
cache: "npm"
- run: npm ci
- run: npx nx affected -t deploy --parallel=5
env:
WEBHOOK_URL: ${{ vars.WEBHOOK_URL }}
WEBHOOK_TOKEN: ${{ secrets.WEBHOOK_TOKEN }}

0 comments on commit d030c81

Please sign in to comment.