fix: Add concurrency rules #186

Merged
jank merged 1 commit from concurrency into main 2025-05-14 08:04:22 +00:00

View file

@ -3,6 +3,10 @@ name: CI
on:
pull_request:
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
changed_files:
name: Get Changed Files