From 534dec37d6ceae6779f882788b89017157ac5d5a Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 27 Sep 2021 10:10:35 +0100 Subject: [PATCH] =?UTF-8?q?if:=20github.repository=20=3D=3D=20=E2=80=98net?= =?UTF-8?q?disco/netdisco=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20c19670..e3b306bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: - '2.[0-9][0-9][0-9][0-9][0-9][0-9]' jobs: release_netdisco: + if: github.repository == ‘netdisco/netdisco’ runs-on: ubuntu-latest steps: - name: Checkout