Skip to content

Commit

Permalink
CI: skip release drafter if we are not on our repo (#33067)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 15, 2021
1 parent 51c7075 commit 03e7d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
jobs:
update_release_draft:
runs-on: ubuntu-latest
if: github.repository == 'twbs/bootstrap'
steps:
- uses: release-drafter/release-drafter@v5
env:
Expand Down

0 comments on commit 03e7d63

Please sign in to comment.