diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4432f9a..df91fb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,6 +2,10 @@ name: Test on: [push, pull_request, workflow_dispatch] +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build: runs-on: ${{ matrix.os }} diff --git a/README.md b/README.md index bf76356..1afe395 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ test It does the forking for you! 👍 [![Build Status](https://travis-ci.org/hugovk/test.png?branch=main)](https://travis-ci.org/hugovk/test) + +1