From 7e3300552d871b6c50cf173dbf7d50319f441913 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Mon, 27 Sep 2021 10:08:54 +0100 Subject: [PATCH] =?UTF-8?q?if:=20github.repository=20=3D=3D=20=E2=80=98net?= =?UTF-8?q?disco/snmp-info=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test_and_publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test_and_publish.yml b/.github/workflows/test_and_publish.yml index aaa21aca..54dfebcb 100644 --- a/.github/workflows/test_and_publish.yml +++ b/.github/workflows/test_and_publish.yml @@ -20,6 +20,7 @@ on: jobs: test_snmp_info: name: Test and CPAN Upload + if: github.repository == ‘netdisco/snmp-info’ runs-on: ubuntu-latest container: image: 'netdisco/netdisco:latest-do'