From 720e5e6af1d95c074c2cac883c13aba02dd0c5a2 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:04:59 +0200 Subject: [PATCH 1/2] ci: standardize runs-on to ebpro-org --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9a6f02..870d2ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,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 @@ -46,7 +46,7 @@ jobs: # This job runs a sonarqube analysis on the hosted runner # only on develop branch maven-sonar: - runs-on: [self-hosted, Linux] + runs-on: ebpro-org needs: maven-build # Develop branch only if: github.ref == 'refs/heads/develop' @@ -56,7 +56,7 @@ jobs: # This job publishes the site for develop branch maven-site: - runs-on: [self-hosted, Linux] + runs-on: ebpro-org needs: maven-sonar # Develop branch only if: github.ref == 'refs/heads/develop' @@ -66,7 +66,7 @@ jobs: # This job deploys the artefacts maven-deploy: - runs-on: [ self-hosted, Linux ] + runs-on: ebpro-org needs: maven-sonar steps: - name: Deploy Maven Artifacts From 3eef4250bfb734a39b8d26e8d55626ba7471c2be Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 12:05:00 +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 ca79bbb..ac0c6df 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.2.0 with: