1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 19:31:35 +02: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

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: