From 7b8dcc7621e879839561b3552e0fb39ae17cb62a Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Thu, 18 Dec 2025 14:16:10 -0500 Subject: [PATCH] run on pr review, not pr --- .gitea/workflows/ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 342ef1c..e163074 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -4,7 +4,8 @@ on: push: branches: - main - pull_request: + pull_request_review: + workflow_dispatch: permissions: @@ -14,8 +15,6 @@ jobs: flake-check: name: Flake Check runs-on: [self-hosted, nix-builder] - # Only auto-run on main branch, PRs require workflow_dispatch - if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/main' needs: [format-check] steps: - name: Checkout repository -- 2.39.5