Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/install-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ name: install-e2e
on:
workflow_dispatch:
pull_request:
branches: [next]
branches: [next, main]

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtime-live-e2e.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SECURITY MODEL — read before editing.
#
# Triggers: workflow_dispatch (a maintainer triggers it manually) and
# pull_request on `next`. It uses pull_request, NOT pull_request_target, so it
# pull_request on `next` and `main`. It uses pull_request, NOT pull_request_target, so it
# runs the PR-head version of the workflow and GitHub withholds repo secrets from
# FORK PRs — untrusted fork code cannot exfiltrate live API keys because the
# secrets are simply absent for forks. Workflow-level permissions are read-only.
Expand Down Expand Up @@ -43,7 +43,7 @@ on:
# cannot exfiltrate live API keys because the secrets are simply absent.
# Same-repo PRs get the secret; the live job stays per-variant environment-gated.
pull_request:
branches: [next]
branches: [next, main]

permissions:
contents: read
Expand Down
Loading