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 7f4a720 commit 150f9deCopy full SHA for 150f9de
.github/workflows/build.yml
@@ -230,9 +230,6 @@ 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