fix: Add concurrency rules #186
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