Skip to content

Commit

Permalink
ci: Add concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 11, 2021
1 parent 7e7d7df commit edb4f3e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -10,6 +10,9 @@ on:
paths-ignore:
- '*.md'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

jobs:
test:
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit edb4f3e

Please sign in to comment.