From 83c02d535a3d297d79f3c11b7acedc2faee864f2 Mon Sep 17 00:00:00 2001 From: Mital Shah Date: Wed, 3 Dec 2025 14:15:48 -0800 Subject: [PATCH] fix sanity workflow --- .github/workflows/sanity-test.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sanity-test.yaml b/.github/workflows/sanity-test.yaml index 99059f4..f667ed3 100644 --- a/.github/workflows/sanity-test.yaml +++ b/.github/workflows/sanity-test.yaml @@ -12,9 +12,10 @@ concurrency: jobs: sanity-tests: - if: (github.event_name == 'pull_request' && github.event.action == 'ready_for_review') || + if: | + (github.event_name == 'pull_request' && github.event.action == 'ready_for_review') || (github.event_name == 'pull_request_review' && github.event.review.state == 'approved') || - (github.event_name == 'push' && github.ref == 'refs/heads/main') + (github.event_name == 'push' && github.ref == 'refs/heads/master') runs-on: tools-runner steps: