Skip to content

Commit

Permalink
Pedantic workflow naming (#265)
Browse files Browse the repository at this point in the history
* pedantic workflow naming

* typo
  • Loading branch information
andrewmooreio authored Apr 19, 2024
1 parent 1ec0524 commit de30547
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-aws-image-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Delius Ansible AWS Image Build
name: "Ansible: AWS Image Build"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delius-core-update-task-def.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Delius Core ECS - Update Task Definition
name: "Delius Core: Update ECS Task Definition
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: code-formatter
name: Code Formatter

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iaps-data-refresh.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: delius-iaps-data-refresh
name: "IAPS: Data Refresh"
permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-automation-image-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LDAP Automation Image Build
name: "LDAP: Automation Image Build"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-operational-automation-template.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LDAP Automation
name: "LDAP: Automation Template"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-rbac-uplift.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LDAP: RBAC uplift"
name: "LDAP: RBAC Uplift"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-update-user-home-area.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LDAP: Update user home area"
name: "LDAP: Update User Home Area"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-update-user-roles.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LDAP: Update user roles"
name: "LDAP: Update User Roles"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-user-expiry-cron.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LDAP: User expiry Cron"
name: "LDAP: User Expiry Cron"
on:
schedule:
- cron: "30 3 * * *"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ldap-user-expiry.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "LDAP: User expiry"
name: "LDAP: User Expiry"
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-automation-task.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test automation task
name: "Test: Automation Task"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weblogic-update-task-def.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Weblogic ECS - Update Task Definition
name: "WebLogic: Update ECS Task Definition"

on:
workflow_dispatch:
Expand Down

0 comments on commit de30547

Please sign in to comment.