We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4290500 commit a777888Copy full SHA for a777888
1 file changed
.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