aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-02-15 08:50:47 +0200
committerGitHub <[email protected]>2021-02-15 08:50:47 +0200
commit03e7d6328c4f8139600acb477c1379d926a0ddd0 (patch)
treea2f98c61c25b72ee6a44e5fc571bdc612fe838af /.github
parent51c7075c1c2e0efd4072f783a5ec4f2891483097 (diff)
downloadbootstrap-03e7d6328c4f8139600acb477c1379d926a0ddd0.tar.xz
bootstrap-03e7d6328c4f8139600acb477c1379d926a0ddd0.zip
CI: skip release drafter if we are not on our repo (#33067)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-notes.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml
index 1c4f4be9b..ab2f37694 100644
--- a/.github/workflows/release-notes.yml
+++ b/.github/workflows/release-notes.yml
@@ -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: