Skip to content

Commit 7f4a720

Browse files
committed
Revert "WIP test..."
This reverts commit b0c4a8a.
1 parent 19ed5c1 commit 7f4a720

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ jobs:
230230
runs-on: ubuntu-20.04
231231
if: |
232232
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'
233236
steps:
234237
- uses: actions/checkout@v4
235238
with:

0 commit comments

Comments
 (0)