You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable julia-actions/cache for self-hosted runners as they persist between runs,
which causes the cache action to fail when the depot already exists.
This change:
- Adds conditional logic to detect self-hosted runners via USE_SELF_HOSTED repository variable
- Passes self-hosted=true when USE_SELF_HOSTED is set
- Disables cache when running on self-hosted runners
To use self-hosted runners, set the USE_SELF_HOSTED repository variable to 'true'.
Fixes the issue discussed here: https://github.com/SciML/ModelingToolkit.jl/actions/runs/16840335621/job/47712027510
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments