Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-02-15 09:50:47 +0300
committerGitHub <noreply@github.com>2021-02-15 09:50:47 +0300
commit03e7d6328c4f8139600acb477c1379d926a0ddd0 (patch)
treea2f98c61c25b72ee6a44e5fc571bdc612fe838af /.github
parent51c7075c1c2e0efd4072f783a5ec4f2891483097 (diff)
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 1c4f4be9b8..ab2f37694d 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: