From dbd414b3ab9c5440ca776b448a24910a3d93e154 Mon Sep 17 00:00:00 2001 From: Pheidon Date: Sun, 31 May 2026 15:11:52 +0000 Subject: [PATCH] ci: run workflows on self-hosted runners --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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