From e48aa9ec0983d3578d97b58d6c262ed508d8627e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jagoda=20Estera=20=C5=9Al=C4=85zak?= <128227338+j-g00da@users.noreply.github.com> Date: Sat, 21 Jun 2025 07:37:15 +0200 Subject: [PATCH] chore(ci): stop publish-alpha from running on forks (#1916) I can't sleep because every Saturday alpha release fails on my ratatui fork. This should fix my insomnia. --- .github/workflows/release-alpha.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-alpha.yml b/.github/workflows/release-alpha.yml index 26234376..bcd747a0 100644 --- a/.github/workflows/release-alpha.yml +++ b/.github/workflows/release-alpha.yml @@ -15,6 +15,7 @@ jobs: publish-alpha: name: Create an alpha release runs-on: ubuntu-latest + if: github.repository == 'ratatui/ratatui' permissions: contents: write steps: