fix workflow: check

Carlinhos027-patch-1
mhsanaei 3 months ago
parent ebf11b48d9
commit e1d4262e1f

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

Loading…
Cancel
Save