Update check.yml

This commit is contained in:
freearhey
2026-04-23 11:09:07 +03:00
parent f1e6740ffa
commit 7a49fb7ff3

View File

@@ -3,6 +3,8 @@ on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
permissions:
contents: read
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true cancel-in-progress: true