Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith committed Feb 26, 2024
1 parent 8d1c60a commit a3d2e5a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ jobs:
generate_release_note:
name: Generate release note from template
runs-on: ubuntu-latest
# We should only create the release note if this is a pull request against main
if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request' && github.base_ref == 'main'
if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'main'
env:
RELNOTE_FOUND: false
steps:
Expand Down

0 comments on commit a3d2e5a

Please sign in to comment.