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 8c8dbf8 + 413a98e commit 7c7b7bfCopy full SHA for 7c7b7bf
.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