diff options
| author | XhmikosR <[email protected]> | 2021-02-15 08:50:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-02-15 08:50:47 +0200 |
| commit | 03e7d6328c4f8139600acb477c1379d926a0ddd0 (patch) | |
| tree | a2f98c61c25b72ee6a44e5fc571bdc612fe838af /.github | |
| parent | 51c7075c1c2e0efd4072f783a5ec4f2891483097 (diff) | |
| download | bootstrap-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.yml | 1 |
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: |
