Commit 5c77066
fix(ci): remove invalid secrets check in workflow conditional
GitHub Actions does not allow direct access to secret values in if conditions for security reasons. Removed the invalid 'secrets.UNITY_EMAIL != ""' check while keeping the repository check that properly skips Unity tests for PRs from forks.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5d28c4e commit 5c77066
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments