From 62cd186a9933db13abe994d2f95260173eda0a47 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 11:54:27 +0200 Subject: [PATCH 1/2] revert: restore original ci.yml runs-on (undo accidental direct commit a4419ad) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14b5e1f..8a722e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: # This job build, test, package and deploy the artefact maven-build: # The tags on the runner - runs-on: ebpro-org + runs-on: [self-hosted, Linux] steps: #we get the content of the repository @@ -60,7 +60,7 @@ jobs: # This job publish the successsite for develop branch maven-site: - runs-on: ebpro-org + runs-on: [self-hosted, Linux] needs: maven-build # Develop branch only if: github.ref == 'refs/heads/develop' From 43d66b809c6e10a08f3f95f3cf7411253ac55790 Mon Sep 17 00:00:00 2001 From: Emmanuel Bruno Date: Sat, 29 Aug 2026 11:54:36 +0200 Subject: [PATCH 2/2] revert: restore original cleanup.yml runs-on (undo accidental direct commit 0439b97) --- .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 86efdc1..8218a52 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: ebpro-org + runs-on: [self-hosted, Linux] steps: - uses: smartsquaregmbh/delete-old-packages@v0.5.0 with: