Skip to content

Commit

Permalink
chore: Adjust the sort order of workflows
Browse files Browse the repository at this point in the history
Adding / removing a leading space will change the sort order.
  • Loading branch information
Jason3S committed Jan 2, 2025
1 parent 8c4d3ca commit 6fef7d2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/issues-lock.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ' πŸ”’ Lock closed issues'
name: 'πŸ”’ Lock closed issues'

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow that is manually triggered

name: ' πŸš€ Publish to Marketplace'
name: 'πŸš€ Publish to Marketplace'

# Controls when the action will run. Workflow runs when manually triggered using the UI
# or API.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-assets.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ' πŸ“¦ Upload Release Assets'
name: 'πŸ“¦ Upload Release Assets'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-mark-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# It reads the `prerelease` property from the `package.json` file.
# If the property is `true`, it marks the release as a prerelease.
# If the property is `false`, it does nothing.
name: ' πŸš€ Mark Prerelease'
name: 'πŸš€ Mark Prerelease'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/set-prerelease.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ' πŸ‘€ Set Prerelease'
name: ' πŸ‘€ Set Prerelease'
on: # rebuild any PRs and main branch changes
workflow_dispatch:
inputs:
Expand Down

0 comments on commit 6fef7d2

Please sign in to comment.