mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-08-04 14:57:42 +00:00
🚦 ci: Gate Playwright Runs to Maintainers (#14385)
* ci: gate Playwright runs to maintainers * ci: guard pull request context explicitly
This commit is contained in:
parent
ad5bb477af
commit
dbb771aa7c
1 changed files with 5 additions and 0 deletions
5
.github/workflows/playwright-mock.yml
vendored
5
.github/workflows/playwright-mock.yml
vendored
|
|
@ -24,6 +24,11 @@ env:
|
|||
|
||||
jobs:
|
||||
e2e:
|
||||
if: >-
|
||||
github.event_name == 'workflow_dispatch' ||
|
||||
(github.event_name == 'pull_request' &&
|
||||
github.event.pull_request != null &&
|
||||
contains(fromJSON('["OWNER", "MEMBER", "COLLABORATOR"]'), github.event.pull_request.author_association))
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 30
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue