Skip to content

Commit 3d92375

Browse files
authored
ci: Add missing dependencies to workflows (#5783)
1 parent cdbe70b commit 3d92375

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/on-pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
6060
# Keep the paths below in sync with those in `on-trigger.yml`.
6161
.github/actions/build-deps/**
6262
.github/actions/build-test/**
63+
.github/actions/setup-conan/**
6364
.github/scripts/strategy-matrix/**
6465
.github/workflows/build-test.yml
66+
.github/workflows/reusable-strategy-matrix.yml
6567
.codecov.yml
6668
cmake/**
6769
conan/**

.github/workflows/on-trigger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ on:
2121
# Keep the paths below in sync with those in `on-pr.yml`.
2222
- ".github/actions/build-deps/**"
2323
- ".github/actions/build-test/**"
24+
- ".github/actions/setup-conan/**"
2425
- ".github/scripts/strategy-matrix/**"
2526
- ".github/workflows/build-test.yml"
27+
- ".github/workflows/reusable-strategy-matrix.yml"
2628
- ".codecov.yml"
2729
- "cmake/**"
2830
- "conan/**"

.github/workflows/upload-conan-deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ on:
2828
- .github/workflows/reusable-strategy-matrix.yml
2929

3030
- .github/actions/build-deps/action.yml
31+
- .github/actions/setup-conan/action.yml
3132
- ".github/scripts/strategy-matrix/**"
3233

3334
- conanfile.py

0 commit comments

Comments
 (0)