Skip to content

Commit

Permalink
temp workflow change tp genmerate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayada1 committed Feb 1, 2024
1 parent d34c7cf commit f382e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' && github.event.pull_request.head.ref == 'main'
if: github.repository == 'radius-project/radius' && github.event_name == 'pull_request'
env:
RELNOTE_FOUND: false
steps:
Expand Down

0 comments on commit f382e1b

Please sign in to comment.