ci: add PR concurrency to reduce redundant runs

This commit is contained in:
Khant Naing Set 2026-02-17 03:08:46 +07:00
parent 13e4028d42
commit ccb38f807a

View file

@ -3,6 +3,10 @@ name: pr-check
on:
pull_request:
concurrency:
group: pr-${{github.workflow}}-${{github.event.pull_request.number}}
cancel-in-progress: true
jobs:
fmt-check:
runs-on: ubuntu-latest