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 c531580 commit 6e8e96fCopy full SHA for 6e8e96f
.github/workflows/csharp-test.yml
@@ -140,3 +140,6 @@ jobs:
140
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
141
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
142
UNITY_SERIAL: ${{ secrets.UNITY_SERIAL }}
143
+ # Skip if this is an external contribution.
144
+ # The license secrets will be empty, so the step would fail anyway.
145
+ if: ${{ !github.event.pull_request.head.repo.fork }}
0 commit comments