From b5ee8dc408324c7afc9fd1f50a961d423bf29099 Mon Sep 17 00:00:00 2001 From: Slipstream Date: Thu, 12 Jun 2025 22:53:57 -0600 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17ecb8b..612562c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,10 +17,11 @@ on: - 'requirements.txt' - 'pyproject.toml' - 'setup.py' + workflow_dispatch: jobs: build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - uses: actions/checkout@v4