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:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ci-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
changed_files:
|
||||
name: Get Changed Files
|
||||
|
|
Reference in a new issue