Skip to content

Commit

Permalink
Remove extra job
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 18, 2024
1 parent 8cedf16 commit 5d46da5
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
run: |
echo "url=${{ github.event.repository.name }}-$((${{ github.event.number }} % 50))-frontend.apps.silver.devops.gov.bc.ca" >> $GITHUB_OUTPUT
deploy-tools-pre:
name: Tools Deployment (Pre)
deploy-tools:
name: Tools Deployment
secrets: inherit
uses: ./.github/workflows/.tools-deploy.yml

Expand All @@ -47,7 +47,7 @@ jobs:
deploy:
name: Deploy Application
needs: [builds, deploy-tools-pre, vars]
needs: [builds, deploy-tools, vars]
environment: dev
runs-on: ubuntu-24.04
steps:
Expand Down Expand Up @@ -236,15 +236,9 @@ jobs:
with:
url: ${{ needs.vars.outputs.url }}

deploy-tools-post:
name: Tools Deployment (Post)
needs: [tests]
secrets: inherit
uses: ./.github/workflows/.tools-deploy.yml

results:
name: PR Results
needs: [builds, deploy, tests, deploy-tools-pre, deploy-tools-post]
needs: [builds, deploy, tests, deploy-tools]
if: always()
runs-on: ubuntu-24.04
steps:
Expand Down

0 comments on commit 5d46da5

Please sign in to comment.