ci: Add concurrency

This commit is contained in:
peaceiris 2021-07-12 02:20:25 +09:00
parent 7e7d7dff41
commit edb4f3effe
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC

View File

@ -10,6 +10,9 @@ on:
paths-ignore:
- '*.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ${{ matrix.os }}