From 40c15717abc96dbb553eedeedd73e081491588d0 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Wed, 24 Nov 2021 15:49:16 +0100 Subject: [PATCH] rm action --- .github/workflows/publish-ide.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/publish-ide.yml diff --git a/.github/workflows/publish-ide.yml b/.github/workflows/publish-ide.yml deleted file mode 100644 index d0ec4ef2a9..0000000000 --- a/.github/workflows/publish-ide.yml +++ /dev/null @@ -1,18 +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 downloadsolc_assets - - run: npm run build:production - - run: ./apps/remix-ide/ci/copy_resources.sh - - run: ./apps/remix-ide/ci/publishIpfs \ No newline at end of file