Skip to content

Commit 78a702f

Browse files
Don't cache on self-hosted runners
1 parent f706590 commit 78a702f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
group: 'Metal'
5151
- version: '1'
5252
node:
53-
os: 'self-hosted' # custom local GPU runner
53+
os: 'self-hosted' # custom local GPU runner
5454
arch: 'x64'
5555
group: 'CUDA'
5656
steps:
@@ -60,6 +60,7 @@ jobs:
6060
version: ${{ matrix.version }}
6161
arch: ${{ matrix.node.arch }}
6262
- uses: julia-actions/cache@v2
63+
if: matrix.group != 'CUDA' # Don't cache on self-hosted runners
6364
- uses: julia-actions/julia-buildpkg@v1
6465
- uses: julia-actions/julia-runtest@v1
6566
env:

0 commit comments

Comments
 (0)