Skip to content

Commit ac28407

Browse files
committed
test: publishes on non-fork
1 parent 0890aa7 commit ac28407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ jobs:
242242
timeout-minutes: 60
243243
runs-on: ubuntu-latest
244244
needs: [ build-and-test, inspect-code, cleanup-code ]
245-
if: github.repository_owner == 'json-api-dotnet'
245+
if: ${{ !github.event.pull_request.head.repo.fork }}
246246
permissions:
247247
packages: write
248248
contents: write

0 commit comments

Comments
 (0)