From 4275ff80873ef3f2778daa09cf066bfd5b9128bf Mon Sep 17 00:00:00 2001 From: stormofice <58337328+stormofice@users.noreply.github.com> Date: Mon, 29 Nov 2021 23:03:45 +0100 Subject: [PATCH] Changed action to only run in main repository --- .github/workflows/publish_container.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish_container.yml b/.github/workflows/publish_container.yml index 84759dbdf..68268afa4 100644 --- a/.github/workflows/publish_container.yml +++ b/.github/workflows/publish_container.yml @@ -6,6 +6,7 @@ on: jobs: build: runs-on: ubuntu-latest + if: github.repository == 'algorithm-archivists/algorithm-archive' steps: - uses: actions/checkout@master - name: Publish to Registry