Skip to content

Commit 918aaaf

Browse files
DPC-4472 fix workflow names (#2393)
## 🎫 Ticket https://jira.cms.gov/browse/DPC-4472 ## 🛠 Changes Top-level names changed for multiple workflows. ## ℹ️ Context I had left 'dev' in some workflow names, and thought standardizing naming would be useful. ## 🧪 Validation After merge, will verify names in Actions look better.
1 parent c4e539f commit 918aaaf

11 files changed

+11
-11
lines changed

.github/workflows/api-waf-sync-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: api-waf-sync dev deploy
1+
name: Api-Waf-Sync Deploy
22

33
on:
44
workflow_call:

.github/workflows/api-waf-sync-test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: api-waf-sync integration tests
1+
name: Api-Waf-Sync Integration Tests
22

33
on:
44
pull_request:

.github/workflows/check_healthy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Utility for validating that services are up
1+
name: utility-check-healthy
22

33
on:
44
workflow_call:

.github/workflows/deploy_go_lambda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Deploy go lambda
1+
name: utility-deploy-go-lambda
22

33
on:
44
workflow_call:

.github/workflows/dpc-portal-accessibility-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: dpc-portal accessibility test
1+
name: Dpc-Portal Accessibility Tests
22

33
on:
44
workflow_dispatch:

.github/workflows/opt-out-export-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opt-out-export deploy
1+
name: Opt-Out-Export Deploy
22

33
on:
44
workflow_call:

.github/workflows/opt-out-export-test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opt-out-export integration tests
1+
name: Opt-Out-Export Integration Tests
22

33
on:
44
pull_request:

.github/workflows/opt-out-import-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opt-out-import dev deploy
1+
name: Opt-Out-Import Deploy
22

33
on:
44
workflow_call:

.github/workflows/opt-out-import-test-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opt-out-import test integration
1+
name: Opt-Out-Import Integration Tests
22

33
on:
44
pull_request:

.github/workflows/opt-out-import-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: opt-out-import unit tests
1+
name: Opt-Out-Import Unit Tests
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)