From 473cb583bf14a585a8e6e7f648b1deaaf9c7ac67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Fri, 29 Oct 2021 17:03:06 +0100 Subject: [PATCH] fix(ci): remove old stage --- .github/workflows/test.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a73469479..73c8bb0d6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -563,23 +563,3 @@ jobs: - name: Rollback on failure if: failure() run: /usr/local/bin/heroku releases:rollback --app karma-demo - - stage-build-and-deploy: - name: "=== Build and deploy stage ===" - needs: - - benchmark-go - - webpack-bundle-size - - percy - - cross-compile - - docker - - demo-deploy - runs-on: ubuntu-20.04 - steps: - - name: "Update status" - uses: Sibz/github-status-action@v1.1.6 - with: - authToken: ${{ secrets.GH_REPO_TOKEN }} - context: "Mergeable" - description: "Passed" - state: "success" - sha: ${{github.event.pull_request.head.sha || github.sha}}