Skip to content

Commit

Permalink
feature/PI-43-stored-properties Changed workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Oct 23, 2023
1 parent 617be32 commit a8f31b3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-nonprod-workspace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Persistent Workspace Deploy
name: "Deploy: Persistent Workspace"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-parameters-nonprod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Persistent Workspace Parameter Deploy
name: "Deploy - parameters: Persistent Workspace"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-parameters-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production Parameter Deploy
name: "Deploy - parameters: Production"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod-workspace.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Production Deploy
name: "Deploy: Production"

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/destroy-expired-workspaces.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scheduled Workspace Destroy
name: "Schedule: Workspace Destroy"

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Merge to main
name: "Workflow: Merge to Main"

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request
name: "Workflow: Pull Request"

on: pull_request

Expand Down

0 comments on commit a8f31b3

Please sign in to comment.