Skip to content

Commit 5cabae1

Browse files
authored
ci: Disable nix cache on self-hosted runners (#786)
In an attempt to speed up Nutanix e2e tests.
1 parent e3fdc16 commit 5cabae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install devbox
5151
uses: jetify-com/[email protected]
5252
with:
53-
enable-cache: "true"
53+
enable-cache: ${{ inputs.runs-on != 'self-hosted-ncn-dind' }}
5454
skip-nix-installation: ${{ inputs.runs-on == 'self-hosted-ncn-dind' }}
5555

5656
- name: Go cache

0 commit comments

Comments
 (0)