fix workflow: check

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

@ -2,7 +2,7 @@ name: check
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, edited]
types: [opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

Loading…
Cancel
Save