Skip to content

Commit 0b8a7b2

Browse files
committed
chore: update job names
1 parent 2dcc3ed commit 0b8a7b2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
validate:
1313
timeout-minutes: 10
1414
runs-on: ubuntu-latest
15-
name: validate
15+
name: Validate Build
1616
steps:
1717
- name: Checkout Repo
1818
uses: actions/checkout@v4

.github/workflows/lint-pr-title.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
main:
13+
name: Lint PR Title
1314
runs-on: ubuntu-latest
1415

1516
steps:

.github/workflows/versioning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
99

1010
jobs:
1111
release:
12-
name: Changesets Release
12+
name: Changesets Versioning
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)