fix workflow: check

Carlinhos027-patch-1
mhsanaei 4 months ago
parent 54fc099885
commit 603eece681

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