Use different check to determine fork

This commit is contained in:
jspijker 2022-11-30 14:35:25 +01:00
parent 7b3e072294
commit 57b3b43096

View file

@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions-ecosystem/action-add-labels@v1
if: ${{ github.repository_owner != 'Ultimaker' }}
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
with:
labels: 'PR: Community Contribution :crown:'