Skip to content

Commit

Permalink
Merge pull request #14 from denis-tingajkin/add_cancel_part
Browse files Browse the repository at this point in the history
feat: Cancel testing in case of push during testing
  • Loading branch information
edwarnicke authored Oct 8, 2020
2 parents 17b454a + 10d24cd commit c1b9b66
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,6 @@ jobs:
run: |
git diff -- '*.pb.go' || ( echo "Rerun go generate ./... locally and resubmit" && false )
git diff -- '*.gen.go' || ( echo "Rerun go generate ./... locally and resubmit" && false )
captureRunEnv:
name: Capture CI Run Env
runs-on: ubuntu-latest
steps:
- run: printenv
automerge:
name: automerge
runs-on: ubuntu-latest
Expand All @@ -126,6 +121,10 @@ jobs:
kind:
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.5.0
with:
access_token: ${{ github.token }}
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.4.0
with:
Expand Down

0 comments on commit c1b9b66

Please sign in to comment.