Skip to content

Commit

Permalink
Workflow calls for Deploy Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Dec 18, 2024
1 parent 2fe3255 commit 8cedf16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
deploy-tools-pre:
name: Tools Deployment (Pre)
secrets: inherit
uses: ./.github/workflows/.automated-tests.yml
uses: ./.github/workflows/.tools-deploy.yml

builds:
name: Builds
Expand Down Expand Up @@ -240,7 +240,7 @@ jobs:
name: Tools Deployment (Post)
needs: [tests]
secrets: inherit
uses: ./.github/workflows/.automated-tests.yml
uses: ./.github/workflows/.tools-deploy.yml

results:
name: PR Results
Expand Down

0 comments on commit 8cedf16

Please sign in to comment.