Skip to content

Commit 93980af

Browse files
test(ci): Remove temporary reviewer retest
Remove the controlled child-PR path after the deployed credential fix passed end-to-end validation.
1 parent 41a5e63 commit 93980af

1 file changed

Lines changed: 1 addition & 15 deletions

File tree

.github/workflows/security-review.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: Security review
22

33
on:
4-
# Temporary pre-merge integration retest for the exact upstream child branch.
5-
# Remove this trigger and its matching job condition after validation.
6-
pull_request:
7-
branches: [WesleyRosenblum/securityreviewer]
8-
types: [opened, synchronize, reopened]
9-
104
# This event uses the trusted base-branch workflow and reviewer runner.
115
# Do not check out or execute PR-controlled code before authorization.
126
pull_request_target:
@@ -19,15 +13,7 @@ permissions:
1913
jobs:
2014
# Decide whether an open PR can run immediately or needs approval.
2115
authorize:
22-
if: |
23-
github.event.action != 'closed' &&
24-
(
25-
github.event_name == 'pull_request_target' ||
26-
(
27-
github.event.pull_request.head.repo.full_name == github.repository &&
28-
github.event.pull_request.head.ref == 'WesleyRosenblum/securityreviewer-retest'
29-
)
30-
)
16+
if: github.event.action != 'closed'
3117
runs-on: ubuntu-latest
3218
outputs:
3319
eligible: ${{ steps.authorization.outputs.eligible }}

0 commit comments

Comments
 (0)