From 45c5ffb7d7838e42778aaefa9470ac318e037418 Mon Sep 17 00:00:00 2001 From: saagpatel Date: Sat, 18 Jul 2026 00:28:28 -0700 Subject: [PATCH] fix(ci): always report required integrity check --- .github/workflows/research-integrity.yml | 26 ------------------------ 1 file changed, 26 deletions(-) diff --git a/.github/workflows/research-integrity.yml b/.github/workflows/research-integrity.yml index d65263f..17bef12 100644 --- a/.github/workflows/research-integrity.yml +++ b/.github/workflows/research-integrity.yml @@ -4,35 +4,9 @@ on: pull_request: branches: - feat/engraph-p3-perf - paths: - - models/** - - research-evidence/** - - scripts/research_receipt.py - - scripts/test_research_receipt.py - - scripts/test_verify_*.py - - scripts/verify_*.py - - examples/p3_actor_parity.rs - - src/llm.rs - - src/serve.rs - - Cargo.lock - - target/release/examples/p3_actor_parity - - .github/workflows/research-integrity.yml push: branches: - feat/engraph-p3-perf - paths: - - models/** - - research-evidence/** - - scripts/research_receipt.py - - scripts/test_research_receipt.py - - scripts/test_verify_*.py - - scripts/verify_*.py - - examples/p3_actor_parity.rs - - src/llm.rs - - src/serve.rs - - Cargo.lock - - target/release/examples/p3_actor_parity - - .github/workflows/research-integrity.yml permissions: contents: read