Skip to content

Commit

Permalink
style(ci): Capitalize workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 7, 2024
1 parent 1f08348 commit d5e4a58
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-pull-request.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 02 bump pull request
name: 02 Bumpup via pull request

run-name: Bump with Pull Request ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bump.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 01 bump
name: 01 Bumpup pubspec.yaml

run-name: Bump ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}
run-name: Bumpup ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: check
name: Check

run-name: Check ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deliver-on-tagged.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deliver on tagged
name: Deliver on tagged

run-name: Deliver on Tagged ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deliver-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 04 deliver for production
name: 04 Deliver for production

run-name: Deliver for production ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deliver-stg.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 03 deliver for staging
name: 03 Deliver for staging

run-name: Deliver for staging ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pubspec-update-checker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pubspec update checker
name: pubspec.yaml update checker

run-name: Check pubspec.lock updates ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-nightly-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: scheduled nightly build
name: Scheduled nightly build

run-name: Nightly Build ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging-on-approved.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tagging on approved
name: Tagging on approved

run-name: Tagging on Approved ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tagging-on-merged.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: tagging on merged
name: Tagging on merged

run-name: Tagging on Merged ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vrt.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: vrt
name: VRT

run-name: Visual Regression Test ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(on GitHub-hosted)') || '(on self-hosted)' }}

Expand Down

0 comments on commit d5e4a58

Please sign in to comment.