We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e26ea0 commit 427a9ccCopy full SHA for 427a9cc
.github/workflows/ci.yml
@@ -72,4 +72,5 @@ jobs:
72
if:
73
github.event_name == 'repository_dispatch' &&
74
github.event.client_payload.slash_command.sha != '' &&
75
- contains(github.event.client_payload.pull_request.head.sha, github.event.client_payload.slash_command.sha)
+ 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)
0 commit comments