Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,8 @@ jobs:
with:
julia-version: "${{ matrix.version }}"
group: "${{ matrix.group }}"
# Disable cache for self-hosted runners since they persist between runs
# Set USE_SELF_HOSTED repository variable to 'true' when using self-hosted runners
self-hosted: ${{ vars.USE_SELF_HOSTED == 'true' }}
cache: ${{ vars.USE_SELF_HOSTED != 'true' }}
secrets: "inherit"
Loading