chore: Add conan.lock to workflow file checks (#5769)

* Add conan.lock to workflow file checks
* Add conan.lock to on-trigger.yml
This commit is contained in:
Mayukha Vadari
2025-09-04 18:32:23 -04:00
committed by GitHub
parent b0f4174e47
commit 6bf8338038
2 changed files with 2 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ jobs:
tests/**
CMakeLists.txt
conanfile.py
conan.lock
- name: Check whether to run
# This step determines whether the rest of the workflow should
# run. The rest of the workflow will run if this job runs AND at

View File

@@ -32,6 +32,7 @@ on:
- "tests/**"
- "CMakeLists.txt"
- "conanfile.py"
- "conan.lock"
# Run at 06:32 UTC on every day of the week from Monday through Friday. This
# will force all dependencies to be rebuilt, which is useful to verify that