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.
1 parent f51778d commit bf7665cCopy full SHA for bf7665c
.github/workflows/Tests.yml
@@ -48,5 +48,5 @@ jobs:
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' }}
+ cache: false
52
secrets: "inherit"
0 commit comments