Skip to content

Commit cec84ea

Browse files
authored
ci(docs): Improve job names (#299)
* Rename build to Build_and_deploy_doc * Rename cleanup to Cleanup_documentation
1 parent d7f9f36 commit cec84ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [opened, synchronize, reopened]
1010

1111
jobs:
12-
build:
12+
Build_and_deploy_doc:
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write

.github/workflows/cleanup-pr-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
types: [closed]
66

77
jobs:
8-
cleanup:
8+
Cleanup_documentation:
99
runs-on: ubuntu-latest
1010
permissions:
1111
contents: write

0 commit comments

Comments
 (0)