diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14e1b6c..2d6a28f 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' 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: