chore(ci): Don't ignore docs for required checks (#3749)
This commit is contained in:
committed by
GitHub
parent
72b76bbd3c
commit
8277a74257
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
@@ -1,9 +1,6 @@
|
|||||||
name: Medusa Pipeline
|
name: Medusa Pipeline
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
|
||||||
- "docs/**"
|
|
||||||
- "www/**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup:
|
setup:
|
||||||
|
|||||||
3
.github/workflows/oas-test.yml
vendored
3
.github/workflows/oas-test.yml
vendored
@@ -1,9 +1,6 @@
|
|||||||
name: OAS Comments Format Validation
|
name: OAS Comments Format Validation
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
|
||||||
- "docs/**"
|
|
||||||
- "www/**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docs-test:
|
docs-test:
|
||||||
|
|||||||
3
.github/workflows/test-cli-with-database.yml
vendored
3
.github/workflows/test-cli-with-database.yml
vendored
@@ -1,9 +1,6 @@
|
|||||||
name: CLI Pipeline
|
name: CLI Pipeline
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
|
||||||
- "docs/**"
|
|
||||||
- "www/**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-cli-with-database:
|
test-cli-with-database:
|
||||||
|
|||||||
Reference in New Issue
Block a user