From b3345e40479573a02997a78ec01fc9c2b804baad Mon Sep 17 00:00:00 2001 From: savalet Date: Mon, 5 May 2025 15:12:49 +0200 Subject: [PATCH] Remove custom runner --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e89beb6..fd52c74 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ env: jobs: check_the_repository_state: - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Get branch name @@ -58,7 +58,7 @@ jobs: sync_repository: needs: [ check_the_repository_state ] if: ${{ !github.event.pull_request }} - runs-on: self-hosted + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4