mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
🎭 ci: Scope Playwright Runs to Relevant Changes (#14388)
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
Some checks are pending
Docker Dev Branch Images Build / build (Dockerfile, lc-dev, node) (push) Waiting to run
Docker Dev Branch Images Build / build (Dockerfile.multi, lc-dev-api, api-build) (push) Waiting to run
GitNexus Index / index (push) Waiting to run
GitNexus Index / post-index (push) Blocked by required conditions
This commit is contained in:
parent
dbb771aa7c
commit
5af12c722e
1 changed files with 5 additions and 2 deletions
7
.github/workflows/playwright-mock.yml
vendored
7
.github/workflows/playwright-mock.yml
vendored
|
|
@ -2,8 +2,11 @@ name: Playwright E2E Tests
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
paths:
|
||||
- '**'
|
||||
- '!**.md'
|
||||
- '!.github/workflows/**'
|
||||
- '.github/workflows/playwright-mock.yml'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
reason:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue