chore(ci): Don't ignore docs for required checks (#3749)

This commit is contained in:
Oliver Windall Juhl
2023-04-06 15:22:21 +02:00
committed by GitHub
parent 72b76bbd3c
commit 8277a74257
3 changed files with 0 additions and 9 deletions

View File

@@ -1,9 +1,6 @@
name: Medusa Pipeline
on:
pull_request:
paths-ignore:
- "docs/**"
- "www/**"
jobs:
setup:

View File

@@ -1,9 +1,6 @@
name: OAS Comments Format Validation
on:
pull_request:
paths-ignore:
- "docs/**"
- "www/**"
jobs:
docs-test:

View File

@@ -1,9 +1,6 @@
name: CLI Pipeline
on:
pull_request:
paths-ignore:
- "docs/**"
- "www/**"
jobs:
test-cli-with-database: