ci: Add concurrency

This commit is contained in:
peaceiris
2021-07-12 02:20:25 +09:00
parent 7e7d7dff41
commit edb4f3effe

View File

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