Skip to content

Commit 3e2b737

Browse files
Renamed the workflow files
1 parent 414ea0b commit 3e2b737

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

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' }}
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' }}
File renamed without changes.

0 commit comments

Comments
 (0)