Remove custom runner

This commit is contained in:
savalet
2025-05-05 15:12:49 +02:00
parent 1b871d24c0
commit b3345e4047

View File

@@ -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