Skip to content

Commit 6bf8338

Browse files
authored
chore: Add conan.lock to workflow file checks (#5769)
* Add conan.lock to workflow file checks * Add conan.lock to on-trigger.yml
1 parent b0f4174 commit 6bf8338

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/on-pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ jobs:
7575
tests/**
7676
CMakeLists.txt
7777
conanfile.py
78+
conan.lock
7879
- name: Check whether to run
7980
# This step determines whether the rest of the workflow should
8081
# run. The rest of the workflow will run if this job runs AND at

.github/workflows/on-trigger.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ on:
3232
- "tests/**"
3333
- "CMakeLists.txt"
3434
- "conanfile.py"
35+
- "conan.lock"
3536

3637
# Run at 06:32 UTC on every day of the week from Monday through Friday. This
3738
# will force all dependencies to be rebuilt, which is useful to verify that

0 commit comments

Comments
 (0)