mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-03 22:32:42 +00:00
🧾 ci: Skip Workflows for Markdown-Only Changes (#14378)
This commit is contained in:
parent
deea679f3a
commit
a3c92b83c8
16 changed files with 19 additions and 0 deletions
1
.github/workflows/a11y.yml
vendored
1
.github/workflows/a11y.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- 'client/src/**'
|
||||
- '!**.md'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
run_workflow:
|
||||
|
|
|
|||
|
|
@ -15,6 +15,7 @@ on:
|
|||
- 'packages/api/src/agents/**'
|
||||
- 'packages/api/package.json'
|
||||
- '.github/workflows/agents-integration-tests.yml'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
1
.github/workflows/backend-review.yml
vendored
1
.github/workflows/backend-review.yml
vendored
|
|
@ -4,6 +4,7 @@ on:
|
|||
paths:
|
||||
- 'api/**'
|
||||
- 'packages/**'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@ on:
|
|||
- 'packages/api/src/stream/**'
|
||||
- 'redis-config/**'
|
||||
- '.github/workflows/cache-integration-tests.yml'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
1
.github/workflows/config-review.yml
vendored
1
.github/workflows/config-review.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- 'packages/data-provider/src/**'
|
||||
- 'packages/api/src/acl/**'
|
||||
- 'packages/api/src/shared-links/**'
|
||||
- '!**.md'
|
||||
|
||||
env:
|
||||
NODE_ENV: CI
|
||||
|
|
|
|||
1
.github/workflows/dev-branch-images.yml
vendored
1
.github/workflows/dev-branch-images.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
|||
- 'package-lock.json'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.multi'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
1
.github/workflows/dev-images.yml
vendored
1
.github/workflows/dev-images.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
|||
- 'package-lock.json'
|
||||
- 'Dockerfile'
|
||||
- 'Dockerfile.multi'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
1
.github/workflows/docker-smoke.yml
vendored
1
.github/workflows/docker-smoke.yml
vendored
|
|
@ -17,6 +17,7 @@ on:
|
|||
- 'packages/client/**'
|
||||
- 'packages/data-provider/**'
|
||||
- 'packages/data-schemas/**'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
1
.github/workflows/eslint-ci.yml
vendored
1
.github/workflows/eslint-ci.yml
vendored
|
|
@ -12,6 +12,7 @@ on:
|
|||
- 'client/**'
|
||||
- 'packages/**'
|
||||
- '.github/workflows/eslint-ci.yml'
|
||||
- '!**.md'
|
||||
|
||||
jobs:
|
||||
eslint_checks:
|
||||
|
|
|
|||
1
.github/workflows/frontend-review.yml
vendored
1
.github/workflows/frontend-review.yml
vendored
|
|
@ -7,6 +7,7 @@ on:
|
|||
- 'packages/client/**'
|
||||
- 'packages/data-provider/**'
|
||||
- '.github/workflows/frontend-review.yml'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
1
.github/workflows/i18n-unused-keys.yml
vendored
1
.github/workflows/i18n-unused-keys.yml
vendored
|
|
@ -13,6 +13,7 @@ on:
|
|||
- "packages/data-provider/src/**"
|
||||
- "packages/client/**"
|
||||
- "packages/data-schemas/src/**"
|
||||
- "!**.md"
|
||||
|
||||
jobs:
|
||||
detect-unused-i18n-keys:
|
||||
|
|
|
|||
1
.github/workflows/langfuse-fanout.yml
vendored
1
.github/workflows/langfuse-fanout.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
paths:
|
||||
- '.github/workflows/langfuse-fanout.yml'
|
||||
- 'otel/langfuse-fanout/**'
|
||||
- '!**.md'
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
2
.github/workflows/locize-i18n-sync.yml
vendored
2
.github/workflows/locize-i18n-sync.yml
vendored
|
|
@ -3,6 +3,8 @@ name: Sync Locize Translations & Create Translation PR
|
|||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
repository_dispatch:
|
||||
types: [locize/versionPublished]
|
||||
|
||||
|
|
|
|||
2
.github/workflows/playwright-mock.yml
vendored
2
.github/workflows/playwright-mock.yml
vendored
|
|
@ -2,6 +2,8 @@ name: Playwright E2E Tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
reason:
|
||||
|
|
|
|||
2
.github/workflows/sync-helm-chart-tags.yml
vendored
2
.github/workflows/sync-helm-chart-tags.yml
vendored
|
|
@ -4,6 +4,8 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
release_existing_tag:
|
||||
|
|
|
|||
1
.github/workflows/unused-packages.yml
vendored
1
.github/workflows/unused-packages.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- 'api/**'
|
||||
- 'packages/client/**'
|
||||
- 'packages/api/**'
|
||||
- '!**.md'
|
||||
|
||||
jobs:
|
||||
detect-unused-packages:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue