Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…fhir into RT-1025-charts-on-fhir-update-to-angular-17
  • Loading branch information
shubhamparikh927 committed Jun 20, 2024
2 parents 54b2af3 + d030c81 commit 78db534
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 78db534

Please sign in to comment.