mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
CI: skip release drafter if we are not on our repo (#33067)
This commit is contained in:
parent
51c7075c1c
commit
03e7d6328c
1
.github/workflows/release-notes.yml
vendored
1
.github/workflows/release-notes.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user