Compare commits
2 commits
77c48982fa
...
46e52e20cc
Author | SHA1 | Date | |
---|---|---|---|
46e52e20cc |
|||
48119d1faf |
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