Skip to content

Commit bd8cd56

Browse files
correct yaml
1 parent b3908d4 commit bd8cd56

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-cicd-1-docs.yaml renamed to .github/workflows/docs-cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Docs 1. CI/CD"
1+
name: "Docs 1. CI/CD pull request"
22

33
# The total recommended execution time for the "CI/CD Pull Request" workflow is around 20 minutes.
44

.github/workflows/docs-cicd-3-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "2. Deploy docs to GitHub Pages"
1+
name: "Docs 3. CI/CD Deploy"
22

33
on:
44
workflow_run:
5-
workflows: ["Docs 1. CI/CD"]
5+
workflows: ["Docs 1. CI/CD pull request"]
66
types:
77
- completed
88
branches: [main]

0 commit comments

Comments
 (0)