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 29e0b80 commit 5bff8a7Copy full SHA for 5bff8a7
.github/workflows/ci.yml
@@ -73,4 +73,4 @@ jobs:
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) &&
76
- !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository)
+ github.event.pull_request.head.repo.full_name != github.repository
0 commit comments