From 3d4ab86a2d95c3ccbeccef741025d767f41916b5 Mon Sep 17 00:00:00 2001 From: Jonathan Haas Date: Tue, 19 May 2026 18:59:32 -0700 Subject: [PATCH] fix: use non-workflow canary fixture --- .../workflows/evalopsbot-review-canary.yml | 23 +++++++------------ 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/.github/workflows/evalopsbot-review-canary.yml b/.github/workflows/evalopsbot-review-canary.yml index 3373e12..5df88de 100644 --- a/.github/workflows/evalopsbot-review-canary.yml +++ b/.github/workflows/evalopsbot-review-canary.yml @@ -45,23 +45,16 @@ jobs: git remote set-url origin "https://x-access-token:${GH_TOKEN}@github.com/${CANARY_REPO}.git" git fetch origin main --depth=1 git checkout -B "${CANARY_BRANCH}" origin/main - mkdir -p .github/workflows - cat > .github/workflows/evalopsbot-review-canary-fixture.yml < .github/evalopsbot-canary/review-request.md <