From a3be7337bbc441c10479f6d3532e30b1699296cf Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 27 Sep 2021 10:08:04 +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 0b6080a5..641264b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: - '[0-9].[0-9][0-9]' jobs: release_snmp_info: + if: github.repository == ‘netdisco/netdisco’ runs-on: ubuntu-latest steps: - name: Checkout