-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): check for team membership on secret-requiring int tests (#…
…17909) - Incidentally this is a nice-to-have in general. - However with the recent merge queue changes, it has become necessary because previously, all status checks would run on external contributor PRs, and the force merge because secret-requiring int tests was ok. But there is no option to force add to merge queue, it's just force merge to the protected branch. - Thus, for the `pull_request` trigger, we need to skip the integration tests that require secrets. - On contributor PRs that touch those integrations, team members can either run them locally after checking out the branch, or trigger them by comment on the PR.
- Loading branch information
Showing
1 changed file
with
30 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters