fix workflow: check

This commit is contained in:
mhsanaei
2025-09-04 23:57:29 +02:00
parent 54fc099885
commit 603eece681

View File

@@ -2,7 +2,7 @@ name: check
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request:
types: [opened, synchronize, reopened, edited] types: [opened, synchronize, reopened]
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