mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
ci: cleanup no longer needed .rst file type reference
This commit is contained in:
2
.github/workflows/integration-test.yaml
vendored
2
.github/workflows/integration-test.yaml
vendored
@@ -8,14 +8,12 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.rst"
|
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
- "!.github/workflows/integration-test.yaml"
|
- "!.github/workflows/integration-test.yaml"
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.rst"
|
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
- "!.github/workflows/integration-test.yaml"
|
- "!.github/workflows/integration-test.yaml"
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
|
|||||||
2
.github/workflows/unit-test.yaml
vendored
2
.github/workflows/unit-test.yaml
vendored
@@ -8,14 +8,12 @@ on:
|
|||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.rst"
|
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
- "!.github/workflows/unit-test.yaml"
|
- "!.github/workflows/unit-test.yaml"
|
||||||
push:
|
push:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- "docs/**"
|
- "docs/**"
|
||||||
- "**.md"
|
- "**.md"
|
||||||
- "**.rst"
|
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
- "!.github/workflows/unit-test.yaml"
|
- "!.github/workflows/unit-test.yaml"
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
|
|||||||
Reference in New Issue
Block a user