Update check.yml

pull/24814/head
Aleksandr Statciuk 4 years ago
parent 9db2b98a9e
commit dbffa2f487

@ -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

Loading…
Cancel
Save