Skip to content

Commit c2527d6

Browse files
committed
♻️ Rename the reusable workflow to be more clear and readable.
1 parent 5bc6d79 commit c2527d6

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/docs-build-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
# Documentation CI workflow
77
- ".github/workflows/docs-build-check.yaml"
88
- ".github/workflows/documentation.yaml"
9-
- ".github/workflows/rw_docs_operations.yaml"
9+
- ".github/workflows/rw_docusaurus_operations.yaml"
1010
# Documentation dependencies
1111
- "docs/package.json"
1212
- "docs/pnpm-lock.yaml"
@@ -41,7 +41,7 @@ concurrency:
4141
jobs:
4242
build_and_test_docs:
4343
name: Build & Test Documentation
44-
uses: ./.github/workflows/rw_docs_operations.yaml
44+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
4545
with:
4646
operation: test
4747
node-version: '22'

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# Documentation
1010
# Doc - CI workflow
1111
- ".github/workflows/documentation.yaml"
12-
- ".github/workflows/rw_docs_operations.yaml"
12+
- ".github/workflows/rw_docusaurus_operations.yaml"
1313
- "scripts/ci/**documentation**.sh"
1414
# Doc - Font-End config
1515
- "docs/package.json"
@@ -95,7 +95,7 @@ jobs:
9595
name: Build Documentation
9696
if: needs.check_docs_changes.outputs.should_deploy == 'true'
9797
needs: [check_docs_changes]
98-
uses: ./.github/workflows/rw_docs_operations.yaml
98+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
9999
with:
100100
operation: build
101101
node-version: '22'
File renamed without changes.

.github/workflows/rw_release_complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ jobs:
425425
docker-run-options: ${{ needs.config.outputs.docker_run_options }}
426426

427427
release_docs:
428-
uses: ./.github/workflows/rw_docs_operations.yaml
428+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
429429
needs: [config, intent, prepare_docs_matrix, bump_version, build_git-tag_and_create_github-release]
430430
if: needs.intent.outputs.do_release == 'true' && needs.intent.outputs.docs != 'skip' && needs.prepare_docs_matrix.outputs.has_sections == 'true'
431431
with:

.github/workflows/rw_release_staging_complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ jobs:
171171
docker-run-options: ${{ needs.config.outputs.docker_run_options }}
172172

173173
docs-preview:
174-
uses: ./.github/workflows/rw_docs_operations.yaml
174+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
175175
needs: [config, compute-version]
176176
with:
177177
operation: 'deploy-preview'

.github/workflows/rw_release_validation_complete.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
docker-run-options: ${{ needs.config.outputs.docker_run_options }}
134134

135135
docs-build:
136-
uses: ./.github/workflows/rw_docs_operations.yaml
136+
uses: ./.github/workflows/rw_docusaurus_operations.yaml
137137
needs: [config, intent-parse]
138138
with:
139139
operation: 'test'

0 commit comments

Comments
 (0)