Skip to content

Commit c97fc53

Browse files
committed
chore(workflow): update job names
1 parent 4e2de43 commit c97fc53

6 files changed

+8
-8
lines changed

.github/workflows/checks-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defaults:
2424
shell: bash
2525

2626
jobs:
27-
build:
27+
checks:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- uses: actions/checkout@v4

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
jobs:
7-
docs:
7+
deploy_docs:
88
permissions:
99
contents: read
1010
pages: write

.github/workflows/publish-dry-run.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: write
1212

1313
jobs:
14-
build:
14+
publish_dry_run:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: write
1313

1414
jobs:
15-
build:
15+
publish:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v4
@@ -55,8 +55,8 @@ jobs:
5555
with:
5656
path: ./docs
5757

58-
deploy:
59-
needs: build
58+
deploy_docs:
59+
needs: publish
6060
permissions:
6161
pages: write
6262
id-token: write

.github/workflows/release-drafter-sync-manual.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
contents: read
1212

1313
jobs:
14-
version_sync:
14+
update_release_draft_and_version_sync:
1515
env:
1616
BLANCH: main
1717
CURRENT_VERSION: null

.github/workflows/release-drafter-sync-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
contents: read
1414

1515
jobs:
16-
version_sync:
16+
update_release_draft_and_version_sync:
1717
env:
1818
BLANCH: main
1919
CURRENT_VERSION: null

0 commit comments

Comments
 (0)