Update _check.yml

This commit is contained in:
Aleksandr Statciuk 2022-03-27 16:09:30 +03:00
parent f5ffff91b7
commit a76e6703f2

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