From b945d2d1a87184bede68708404beedb424791ade Mon Sep 17 00:00:00 2001 From: vinayada1 <28875764+vinayada1@users.noreply.github.com> Date: Thu, 1 Feb 2024 14:30:33 -0800 Subject: [PATCH] revert release.yaml change Signed-off-by: vinayada1 <28875764+vinayada1@users.noreply.github.com> --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7a48e71012..7a7e190408 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -36,7 +36,7 @@ jobs: generate_release_note: name: Generate release note from template runs-on: ubuntu-latest - if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request' + if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'main' env: RELNOTE_FOUND: false steps: