Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/dispatch-all-publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dispatch All Publish Alpha
name: Dispatch Alpha All Publish

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the task name changes do not affect any dependent workflows or scripts that rely on the previous task names.

run-name: Dispatch All Publish Alpha--${{ inputs.version }}

on:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-renderless-theme-publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dispatch Renderless Theme Runtime
run-name: Dispatch Renderless Theme Runtime--${{ inputs.components }}
name: Dispatch Alpha Renderless Theme Runtime

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the task name changes do not affect any dependent workflows or scripts that rely on the previous task names.

run-name: Dispatch Alpha Renderless Theme Runtime--${{ inputs.components }}

on:
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dispatch-ui-publish-alpha.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Dispatch Ui Publish
run-name: Dispatch Ui--${{ inputs.components }}
name: Dispatch Alpha Ui Publish

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure that the task name changes do not affect any dependent workflows or scripts that rely on the previous task names.

run-name: Dispatch Alpha Ui--${{ inputs.components }}

on:
workflow_dispatch:
Expand Down
Loading