Add custom runner for CI

This commit is contained in:
savalet
2025-05-05 15:03:45 +02:00
parent b2ce7c64a6
commit 6ab7837c32

View File

@@ -17,7 +17,7 @@ env:
jobs:
check_the_repository_state:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Get branch name
@@ -58,7 +58,7 @@ jobs:
sync_repository:
needs: [ check_the_repository_state ]
if: ${{ !github.event.pull_request }}
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- name: Checkout
uses: actions/checkout@v4