From 2dec193d88ef43cea44e38ed0ad42268b3acee1b Mon Sep 17 00:00:00 2001 From: Bo Anderson Date: Tue, 28 Apr 2020 12:34:16 +0100 Subject: [PATCH] =?UTF-8?q?workflows/scheduled:=20don=E2=80=99t=20run=20on?= =?UTF-8?q?=20forks=20(#53880)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/scheduled.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/scheduled.yml b/.github/workflows/scheduled.yml index f9762f45124..700bd6eab94 100644 --- a/.github/workflows/scheduled.yml +++ b/.github/workflows/scheduled.yml @@ -7,6 +7,7 @@ on: jobs: autopublish: + if: github.repository == 'Homebrew/homebrew-core' runs-on: ubuntu-latest container: image: homebrew/brew