From ea0a0393b50ac56e3a06217dab0f3f2a0d9e2a1b Mon Sep 17 00:00:00 2001 From: Bo Chen Date: Fri, 27 Mar 2026 18:53:31 +0000 Subject: [PATCH] build: Fix the vfio integration test workflow Switch the workspace ownership fix from 'runner' to 'github-runner' to match the new dedicated service account used on the self-hosted VFIO runner. Signed-off-by: Bo Chen --- .github/workflows/integration-vfio.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-vfio.yaml b/.github/workflows/integration-vfio.yaml index 218e89727..19d5cadba 100644 --- a/.github/workflows/integration-vfio.yaml +++ b/.github/workflows/integration-vfio.yaml @@ -13,7 +13,7 @@ jobs: steps: - name: Fix workspace permissions if: ${{ github.event_name != 'pull_request' }} - run: sudo chown -R runner:runner ${GITHUB_WORKSPACE} + run: sudo chown -R github-runner:github-runner ${GITHUB_WORKSPACE} - name: Code checkout if: ${{ github.event_name != 'pull_request' }} uses: actions/checkout@v6