diff --git a/.github/workflows/build-push-template.yml b/.github/workflows/build-push-template.yml
index 27f31b96e8649bf05ea0a3e0b66b19d43bcbab9e..0b28b3a93a382c23496e762856fba50c558f5b9c 100644
--- a/.github/workflows/build-push-template.yml
+++ b/.github/workflows/build-push-template.yml
@@ -7,6 +7,7 @@ on:
 
 jobs:
   build-push-template:
+    if: ${{ github.repository == 'substrate-developer-hub/substrate-node-template' }}
     runs-on: ubuntu-18.04
     steps:
     - uses: actions/checkout@v2
@@ -45,4 +46,4 @@ jobs:
         token: ${{ secrets.REPO_ACCESS_TOKEN }}
         repository: paritytech/substrate-playground
         event-type: template-updated
-        client-payload: '{"id": "node-template", "image": "${{ steps.env.outputs.image }}"}'
\ No newline at end of file
+        client-payload: '{"id": "node-template", "image": "${{ steps.env.outputs.image }}"}'