From 973591fb6760539be9c24731638ef93ed1f6128c Mon Sep 17 00:00:00 2001 From: ishaansehgal99 Date: Wed, 25 Oct 2023 19:52:02 -0700 Subject: [PATCH] fix: use runner0 for git checkout --- .github/workflows/preset-image-build.yml | 2 +- presets/test/docker.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/preset-image-build.yml b/.github/workflows/preset-image-build.yml index 347728a75..643c2524e 100644 --- a/.github/workflows/preset-image-build.yml +++ b/.github/workflows/preset-image-build.yml @@ -31,7 +31,7 @@ permissions: jobs: setup: - runs-on: self-hosted + runs-on: [self-hosted, username:runner-0] outputs: image_tag: ${{ steps.set_tag.outputs.image_tag }} FALCON_MODIFIED: ${{ steps.check_modified_paths.outputs.FALCON_MODIFIED }} diff --git a/presets/test/docker.yaml b/presets/test/docker.yaml index ef4e152a4..ae1f4ee62 100644 --- a/presets/test/docker.yaml +++ b/presets/test/docker.yaml @@ -27,7 +27,7 @@ spec: volumes: - name: host-volume hostPath: - path: /actions-runner/_work/kdm/kdm + path: /home/runner-0/runner/_work/kaito/kaito type: Directory - name: llama-volume hostPath: