Skip to content

Commit

Permalink
feat/ add dev team membership for contributor action
Browse files Browse the repository at this point in the history
  • Loading branch information
SafetyQuincyF committed Dec 20, 2024
1 parent ee97021 commit fae1141
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/contributor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Python Package - Contributor
name: Python Package - Fork PR

on:
pull_request:
Expand All @@ -8,12 +8,7 @@ on:
jobs:
test:
if: >
github.event.pull_request.head.repo.fork == true ||
!(
contains(github.event.pull_request.author_association, 'COLLABORATOR') ||
contains(github.event.pull_request.author_association, 'MEMBER') ||
contains(github.event.pull_request.author_association, 'OWNER')
)
github.event.pull_request.head.repo.fork == true
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down

0 comments on commit fae1141

Please sign in to comment.