Skip to content

Commit 09b7178

Browse files
minor fix
1 parent 7d1e5c1 commit 09b7178

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
8080
Run:
81-
uses: ./.github/workflows/reusable-deployment-workflow.yml
81+
uses: ./.github/workflows/deployment-orchestrator.yml
8282
with:
8383
runner_os: ubuntu-latest
8484
azure_location: ${{ github.event.inputs.azure_location || 'australiaeast' }}

.github/workflows/deploy-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ on:
7878

7979
jobs:
8080
Run:
81-
uses: ./.github/workflows/reusable-deployment-workflow.yml
81+
uses: ./.github/workflows/deployment-orchestrator.yml
8282
with:
8383
runner_os: windows-latest
8484
azure_location: ${{ github.event.inputs.azure_location || 'australiaeast' }}

0 commit comments

Comments
 (0)