Skip to content

Commit

Permalink
Added additional check in release-drafter.yml github action file (#1100)
Browse files Browse the repository at this point in the history
  • Loading branch information
AniketNS authored Jan 20, 2024
1 parent 829a0fb commit e80446d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
jobs:
update_release_draft:
runs-on: ubuntu-latest
if: github.repository_owner == 'jenkinsci'
steps:
# Drafts your next Release notes as Pull Requests are merged into "master"
- uses: release-drafter/release-drafter@v5
Expand Down

0 comments on commit e80446d

Please sign in to comment.