Skip to content

Commit fbc291c

Browse files
build(workflow): test enable workflow for docs change (#9901)
1 parent 3b88ebb commit fbc291c

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.github/workflows/docker-unified.yml

-8
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,9 @@ on:
33
push:
44
branches:
55
- master
6-
paths-ignore:
7-
- "docs-website/**"
8-
- "docs/**"
9-
- "**.md"
106
pull_request:
117
branches:
128
- "**"
13-
paths-ignore:
14-
- "docs-website/**"
15-
- "docs/**"
16-
- "**.md"
179
release:
1810
types: [published]
1911

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,4 @@ Example snippet:
4949

5050
* Good: https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/dbt-test-logic-view.png
5151
* Bad: https://github.com/datahub-project/static-assets/blob/main/imgs/dbt-test-logic-view.png
52+

0 commit comments

Comments
 (0)