Skip to content

Commit

Permalink
Merge pull request #53 from hugovk/concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 5, 2022
2 parents 7541f58 + 8524cc1 commit 2671a75
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2671a75

Please sign in to comment.