diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a722e1..14b5e1f 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: [self-hosted, Linux] + runs-on: ebpro-org 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: [self-hosted, Linux] + runs-on: ebpro-org needs: maven-build # Develop branch only if: github.ref == 'refs/heads/develop' 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: