cleanup redundant ci

This commit is contained in:
Marko Baricevic 2020-03-27 15:38:55 +01:00
parent f7f8543dcb
commit 2be5378d2a
No known key found for this signature in database
GPG Key ID: 1C1A5B44A0E4674D
2 changed files with 9 additions and 4 deletions

View File

@ -11,7 +11,7 @@ executors:
AWS_REGION: us-east-1
protoc:
docker:
- image: tendermintdev/docker-protoc
- image: bufbuild/buf
commands:
make:
@ -79,9 +79,6 @@ jobs:
proto:
executor: protoc
steps:
- make:
target: protoc-gen-gocosmos
description: "Generate go plugin for protoc"
- make:
target: proto-gen proto-lint proto-check-breaking
description: "Lint and verify Protocol Buffer definitions"

View File

@ -1,6 +1,14 @@
name: Sims
on: [pull_request]
jobs:
cleanup-runs:
runs-on: ubuntu-latest
steps:
- uses: rokroskar/workflow-run-cleanup-action@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
build:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip-sims')"