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:
commit
46e52e20cc
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue