mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
ci: Add missing workflow dependencies (#2155)
Was discovered in https://github.com/XRPLF/clio/pull/2150, better to be fixed separately, as I'm not sure it'll be merged.
This commit is contained in:
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -18,6 +18,7 @@ on:
|
|||||||
- "!.github/actions/create_issue/**"
|
- "!.github/actions/create_issue/**"
|
||||||
|
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
|
- conanfile.py
|
||||||
- "cmake/**"
|
- "cmake/**"
|
||||||
- "src/**"
|
- "src/**"
|
||||||
- "tests/**"
|
- "tests/**"
|
||||||
|
|||||||
1
.github/workflows/nightly.yml
vendored
1
.github/workflows/nightly.yml
vendored
@@ -11,6 +11,7 @@ on:
|
|||||||
- .github/workflows/release_impl.yml
|
- .github/workflows/release_impl.yml
|
||||||
- .github/workflows/build_and_test.yml
|
- .github/workflows/build_and_test.yml
|
||||||
- .github/workflows/build_impl.yml
|
- .github/workflows/build_impl.yml
|
||||||
|
- .github/workflows/test_impl.yml
|
||||||
- .github/workflows/build_clio_docker_image.yml
|
- .github/workflows/build_clio_docker_image.yml
|
||||||
|
|
||||||
- ".github/actions/**"
|
- ".github/actions/**"
|
||||||
|
|||||||
1
.github/workflows/sanitizers.yml
vendored
1
.github/workflows/sanitizers.yml
vendored
@@ -18,6 +18,7 @@ on:
|
|||||||
- .github/scripts/execute-tests-under-sanitizer
|
- .github/scripts/execute-tests-under-sanitizer
|
||||||
|
|
||||||
- CMakeLists.txt
|
- CMakeLists.txt
|
||||||
|
- conanfile.py
|
||||||
- "cmake/**"
|
- "cmake/**"
|
||||||
# We don't run sanitizer on code change, because it takes too long
|
# We don't run sanitizer on code change, because it takes too long
|
||||||
# - "src/**"
|
# - "src/**"
|
||||||
|
|||||||
Reference in New Issue
Block a user