]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
CI: skip release drafter if we are not on our repo (#33067)
authorXhmikosR <xhmikosr@gmail.com>
Mon, 15 Feb 2021 06:50:47 +0000 (08:50 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Feb 2021 06:50:47 +0000 (08:50 +0200)
.github/workflows/release-notes.yml

index 1c4f4be9b8e393330a85ba7514691c87689de259..ab2f37694dccfcefe8a8d3d19a3777f8c124c9f2 100644 (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: