0
0
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:
XhmikosR 2021-02-15 08:50:47 +02:00 committed by GitHub
parent 51c7075c1c
commit 03e7d6328c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: