From 9eb1c79c5d49f5e634d96cff328a145ec75c62a9 Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Tue, 7 Jan 2025 17:05:28 -0500 Subject: [PATCH] test selfhosted --- .github/workflows/scylla-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scylla-build.yml b/.github/workflows/scylla-build.yml index 912381c3..fb6feb82 100644 --- a/.github/workflows/scylla-build.yml +++ b/.github/workflows/scylla-build.yml @@ -14,7 +14,7 @@ env: # There is a single job in this workflow. It's configured to run on the latest available version of Ubuntu. jobs: build-and-push-image: - runs-on: ubuntu-latest + runs-on: self-hosted # Sets the permissions granted to the `GITHUB_TOKEN` for the actions in this job. permissions: contents: read