Skip to content

Commit 5bff8a7

Browse files
committed
update untrusted trigger
1 parent 29e0b80 commit 5bff8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ jobs:
7373
github.event_name == 'repository_dispatch' &&
7474
github.event.client_payload.slash_command.sha != '' &&
7575
contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha) &&
76-
!(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
76+
github.event.pull_request.head.repo.full_name != github.repository

0 commit comments

Comments
 (0)