Merge pull request 'fix: Add concurrency rules' (!186) from concurrency into main

Reviewed-on: #186
Reviewed-by: Phan Huy Tran <ptran@noreply.localhost>
This commit is contained in:
Jan K9f 2025-05-14 08:04:21 +00:00
commit 46e52e20cc
No known key found for this signature in database
GPG key ID: 944223E4D46B7412

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