Update check.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-18 16:37:32 +03:00
parent 1d5ac2cfd5
commit 173cbc734b

View File

@ -3,6 +3,9 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
check:
runs-on: ubuntu-latest