From ee8d802f6f337b282664cdba3f65d28d0997c74e Mon Sep 17 00:00:00 2001 From: yann300 Date: Thu, 18 Nov 2021 17:24:21 +0100 Subject: [PATCH] Delete publish-remix-ide.yml --- .github/workflows/publish-remix-ide.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/publish-remix-ide.yml diff --git a/.github/workflows/publish-remix-ide.yml b/.github/workflows/publish-remix-ide.yml deleted file mode 100644 index ecf1863360..0000000000 --- a/.github/workflows/publish-remix-ide.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: remix-publish-action -on: - pull_request: - types: [ labeled ] -jobs: - build: - if: ${{ github.event.label.name == 'publish' }} - runs-on: ubuntu-latest - steps: - - name: Checkout - uses: actions/checkout@v2 - - run: npm install - - run: ls - - run: pwd - - run: npm run build - - run: node ./apps/remix-ide/ci/publishIpfs