mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
GitHub does not pass repository secrets to workflows triggered by PRs from forks, causing the gpg decrypt step to fail. Add a condition so the Build REFPROP step is skipped for fork PRs; the rest of the build and non-REFPROP tests still run. Fixes #2694 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>