mirror of
https://github.com/prymitive/karma
synced 2026-05-15 04:06:41 +00:00
fix(ci): remove old stage
This commit is contained in:
committed by
Łukasz Mierzwa
parent
31c9468368
commit
473cb583bf
20
.github/workflows/test.yml
vendored
20
.github/workflows/test.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user