From 2618f40afc0286314923cf9e904b1894502b0dc2 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:06:45 +0200 Subject: [PATCH] ci: standardize runs-on to ebpro-org --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c862eda..73c7d57 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: # To run of Github-hosted runners, uncomment the line below and comment out the self-hosted runner line. # runs-on: ubuntu-latest # Use a self-hosted runner to ensure the necessary environment like sonarqube. - runs-on: self-hosted + runs-on: ebpro-org steps: - uses: actions/checkout@v4