From c4c90b3eaa41944d1324419c89fb84afda28736f Mon Sep 17 00:00:00 2001 From: "Sebastien Georget (charmkeeper)" Date: Tue, 23 Jun 2026 22:25:33 +0200 Subject: [PATCH] Adapt workflow to use GitHub runners instead of self-hosted runners Remove self-hosted runner configuration from the test workflow: - Remove `self-hosted-runner: true` parameter - Remove `self-hosted-runner-label: edge` parameter The workflow now uses GitHub-hosted runners with the default `runs-on-base: ubuntu-24.04` configuration. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/test.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 66c6568979..58757beb47 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -11,6 +11,4 @@ jobs: uses: canonical/operator-workflows/.github/workflows/test.yaml@main secrets: inherit with: - self-hosted-runner: true - self-hosted-runner-label: edge vale-style-check: false