From 3b547c94a23c5ff56b6773078215436c95c44ca0 Mon Sep 17 00:00:00 2001 From: Julien Date: Tue, 7 Sep 2021 18:37:38 +0200 Subject: [PATCH] Remove now irrelevant workflow (#235) --- .github/workflows/build-push-template.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/build-push-template.yml diff --git a/.github/workflows/build-push-template.yml b/.github/workflows/build-push-template.yml deleted file mode 100644 index be8bf92..0000000 --- a/.github/workflows/build-push-template.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Build and Push template - -on: - push: - branches: - - master - -jobs: - build-push-template: - if: ${{ github.repository == 'substrate-developer-hub/substrate-node-template' }} - runs-on: ubuntu-18.04 - steps: - - name: Trigger playground inclusion - uses: peter-evans/repository-dispatch@v1 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - repository: paritytech/substrate-playground - event-type: template-updated - client-payload: '{"id": "node-template"}'