diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a11e31..8fb024b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,11 @@ permissions: jobs: ci-gate: name: CI Gate - runs-on: ubuntu-latest + runs-on: + - self-hosted + - linux + - shell-only + - public steps: - name: Checkout uses: actions/checkout@v4