Skip to content

Commit b94553d

Browse files
committed
Renamed github actions to be specific to Update Conf
1 parent 89d0d55 commit b94553d

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/update-conf-2024-build-deployment-packages.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build
1+
name: Update-Conf-Build
22

33
on:
44
workflow_dispatch:
@@ -62,3 +62,10 @@ jobs:
6262
asset_path: "${{ env.BUILD_ARTIFACTS_PATH }}/feedback-web-client.zip"
6363
asset_name: feedback-web-client.zip
6464
asset_content_type: application/zip
65+
66+
- name: Repository Dispatch - Trigger Dev Deployment
67+
uses: benc-uk/workflow-dispatch@v1
68+
with:
69+
workflow: Update-Conf-Deploy-Dev
70+
token: ${{ secrets.TRIGGER_WORKFLOW_PAT_AL }}
71+
inputs: '{"release_tag_id": "${{ github.run_id }}"}'

.github/workflows/update-conf-2024-deploy-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy-Dev
1+
name: Update-Conf-Deploy-Dev
22

33
concurrency: dev
44

.github/workflows/update-conf-2024-deploy.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy
1+
name: Update-Conf-Deploy
22

33
on:
44
workflow_call:
@@ -80,11 +80,3 @@ jobs:
8080

8181
- name: Cake Frosting - Deploy
8282
run: dotnet run --project ${{ env.ROOT_DIRECTORY_PATH }}/deploy/deploy/Deploy.csproj -- --configuration=${{ env.CONFIGURATION }} --PulumiStackName=${{ inputs.pulumi_stack_name }} --ReleaseVersion=${{ inputs.release_tag_id }} --WorkspacePath=${{ github.workspace }}
83-
84-
- name: Repository Dispatch - Trigger Dev Deployment
85-
uses: benc-uk/workflow-dispatch@v1
86-
with:
87-
workflow: Deploy-Dev
88-
token: ${{ secrets.TRIGGER_WORKFLOW_PAT_AL }}
89-
inputs: '{"release_tag_id": "${{ github.run_id }}"}'
90-

0 commit comments

Comments
 (0)