Skip to content

Commit b689f0d

Browse files
committed
[PRM-392] Updated workflow names
1 parent 44ce666 commit b689f0d

15 files changed

+18
-181
lines changed

.github/workflows/cleanup-appconfig-and-lambda-layer-versions.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Cleanup Untracked App Config Profiles and Lambda Layer Versions'
1+
name: 'Z-BASE: Cleanup (App Config Profiles & Lambda Layer Versions)'
22

33
on:
44
workflow_call:
@@ -23,7 +23,6 @@ on:
2323
AWS_ASSUME_ROLE:
2424
required: true
2525

26-
2726
permissions:
2827
pull-requests: write
2928
id-token: write # This is required for requesting the JWT
@@ -75,4 +74,4 @@ jobs:
7574

7675
- name: Run Version Cleanup Script
7776
run: |
78-
./venv/bin/python3 scripts/cleanup_versions.py ${{ inputs.sandbox }}
77+
./venv/bin/python3 scripts/cleanup_versions.py ${{ inputs.sandbox }}

.github/workflows/cleanup-cloudfront-edge-associations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Remove Lambda@Edge Associations'
1+
name: 'Z-BASE: Cleanup (Lambda@Edge)'
22

33
on:
44
workflow_call:

.github/workflows/git-rename-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Git - Rename Tag'
1+
name: 'Tool: Rename Git Tag'
22

33
on:
44
workflow_dispatch:

.github/workflows/sonarcloud-analysis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: SonarCloud-Analysis
1+
name: 'Z-AUTOMATED: SonarQube Cloud Analysis'
2+
23
on:
34
push:
45
branches:
@@ -21,4 +22,4 @@ jobs:
2122
uses: SonarSource/sonarqube-scan-action@v5
2223
env:
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
24-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
25+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/terraform-daily-healthcheck-deploy-and-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Daily Healthcheck Deploy, Test and Destroy'
1+
name: 'Z-AUTOMATED: Daily health check'
22

33
on:
44
schedule:
@@ -194,4 +194,4 @@ jobs:
194194
sandbox_workspace: ${{ needs.set_workspace.outputs.workspace }}
195195
terraform_vars: dev.tfvars
196196
backend: backend.conf
197-
secrets: inherit
197+
secrets: inherit

.github/workflows/terraform-deploy-feature-to-sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .github/workflows/terraform-dev
2-
name: "Deploy Feature Branch to Sandbox"
2+
name: "Deploy: Sandbox"
33

44
on:
55
workflow_dispatch:

.github/workflows/terraform-deploy-to-perf-manual.yml

Lines changed: 0 additions & 79 deletions
This file was deleted.

.github/workflows/terraform-deploy-to-pre-prod-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Deploy to Pre-Prod"
1+
name: "Deploy: Pre-prod"
22

33
on:
44
workflow_dispatch:

.github/workflows/terraform-deploy-to-prod-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .github/workflows/terraform-dev
2-
name: "Deploy tagged version to Prod"
2+
name: "Deploy: Prod"
33

44
on:
55
workflow_dispatch:

.github/workflows/terraform-deploy-to-test-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# .github/workflows/terraform-dev
2-
name: "Deploy Feature Branch to Test"
2+
name: "Deploy: Test"
33

44
on:
55
workflow_dispatch:

0 commit comments

Comments
 (0)