Skip to content

Commit

Permalink
ci: Disable nix cache on self-hosted runners (#786)
Browse files Browse the repository at this point in the history
In an attempt to speed up Nutanix e2e tests.
  • Loading branch information
jimmidyson authored Jul 5, 2024
1 parent e3fdc16 commit 5cabae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Install devbox
uses: jetify-com/devbox-install-action@v0.11.0
with:
enable-cache: "true"
enable-cache: ${{ inputs.runs-on != 'self-hosted-ncn-dind' }}
skip-nix-installation: ${{ inputs.runs-on == 'self-hosted-ncn-dind' }}

- name: Go cache
Expand Down

0 comments on commit 5cabae1

Please sign in to comment.