Commit b373fac
ci(workflows): skip Unity tests for forked repository PRs
Add conditional check to skip Unity tests when running workflows
from forked repositories, where secrets are not available. This
allows external contributors to still get CI feedback on build
and unit tests while gracefully handling missing Unity credentials.
The workflow will run Unity tests for:
- PRs from branches in the main repository
- Any case where Unity secrets are available
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 1c611c8 commit b373fac
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
0 commit comments