🚦 ci: Gate Playwright Runs to Maintainers (#14385)

* ci: gate Playwright runs to maintainers

* ci: guard pull request context explicitly
This commit is contained in:
Danny Avila 2026-07-22 12:23:02 -04:00 committed by GitHub
parent ad5bb477af
commit dbb771aa7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: