We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9220f0 + d7f7ed0 commit 413a98eCopy full SHA for 413a98e
.github/workflows/Tests.yml
@@ -45,4 +45,8 @@ jobs:
45
with:
46
julia-version: "${{ matrix.version }}"
47
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' }}
52
secrets: "inherit"
0 commit comments