chore:cancel in-progress workflows for new commits on same PR (#4465)

Signed-off-by: VictorHuu <victorhu493@gmail.com>
This commit is contained in:
VictorHuu 2025-12-12 23:20:20 +08:00 committed by GitHub
parent 6ad4873a33
commit c8982b887d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
name: "Validations" name: "Validations"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
on: on:
workflow_dispatch: workflow_dispatch:
pull_request: pull_request: