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 cb8e4d9 commit a699de7Copy full SHA for a699de7
.github/workflows/build.yml
@@ -230,6 +230,9 @@ jobs:
230
runs-on: ubuntu-20.04
231
if: |
232
github.event_name == 'pull_request'
233
+ && github.event.pull_request.author_association != 'COLLABORATOR'
234
+ && github.event.pull_request.author_association != 'MEMBER'
235
+ && github.event.pull_request.author_association != 'OWNER'
236
steps:
237
- uses: actions/checkout@v4
238
with:
0 commit comments