fix: Add concurrency rules #186
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name: CI
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ci-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
changed_files:
|
changed_files:
|
||||||
name: Get Changed Files
|
name: Get Changed Files
|
||||||
|
|
Reference in a new issue