Skip to content

Commit 7c7b7bf

Browse files
Merge branch 'master' into dg/change_tunables
2 parents 8c8dbf8 + 413a98e commit 7c7b7bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,8 @@ jobs:
4545
with:
4646
julia-version: "${{ matrix.version }}"
4747
group: "${{ matrix.group }}"
48+
# Disable cache for self-hosted runners since they persist between runs
49+
# Set USE_SELF_HOSTED repository variable to 'true' when using self-hosted runners
50+
self-hosted: ${{ vars.USE_SELF_HOSTED == 'true' }}
51+
cache: ${{ vars.USE_SELF_HOSTED != 'true' }}
4852
secrets: "inherit"

0 commit comments

Comments
 (0)