From f7a4dec2165824edc71c977cf95a3993172ed9c8 Mon Sep 17 00:00:00 2001 From: hangyu Date: Wed, 1 Apr 2026 10:35:39 -0700 Subject: [PATCH] if --- .github/workflows/reusable_release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/reusable_release.yml b/.github/workflows/reusable_release.yml index bf7f9b21f4df..f029b5b2009f 100644 --- a/.github/workflows/reusable_release.yml +++ b/.github/workflows/reusable_release.yml @@ -42,6 +42,7 @@ jobs: # because there doesn't appear to be anything to wait for. To avoid that, # explicitly wait for one LUCI test by name first. - name: Wait for test check-in + if: inputs.branch-name == 'main' uses: lewagon/wait-on-check-action@a08fbe2b86f9336198f33be6ad9c16b96f92799c with: ref: ${{ github.sha }} @@ -54,6 +55,7 @@ jobs: # This workflow should be the last to run. So wait for all the other tests to succeed. - name: Wait on all tests + if: inputs.branch-name == 'main' uses: lewagon/wait-on-check-action@a08fbe2b86f9336198f33be6ad9c16b96f92799c with: ref: ${{ github.sha }}