From f509ef184e8c38c04b978115bf9734ecbf083c62 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:07:37 +0200 Subject: [PATCH 1/2] ci: standardize runs-on to ebpro-org --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21488c4..e97d2bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: # This job build, test, package and deploy the artefact maven-build: # The tags on the runner - runs-on: [self-hosted, Linux] + runs-on: ebpro-org steps: #we get the content of the repository - - name: Checkout repository and submodules @@ -38,7 +38,7 @@ jobs: # This job runs sonar aga int the build for every branches maven-sonar: - runs-on: [self-hosted, Linux] + runs-on: ebpro-org needs: maven-build steps: - name: Run Sonar @@ -46,7 +46,7 @@ jobs: # This job publish the website for develop branch maven-site: - runs-on: [self-hosted, Linux] + runs-on: ebpro-org needs: maven-build # Develop branch only if: github.ref == 'refs/heads/develop' From ed4b51976f51dfdca6c4442fb02b6d51501c2972 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:07:38 +0200 Subject: [PATCH 2/2] ci: standardize runs-on to ebpro-org --- .github/workflows/cleanup.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 8218a52..86efdc1 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -3,7 +3,7 @@ on: [push] jobs: cleanup: # The tags on the runner - runs-on: [self-hosted, Linux] + runs-on: ebpro-org steps: - uses: smartsquaregmbh/delete-old-packages@v0.5.0 with: