Skip to content

Commit 64f86ef

Browse files
committed
build workflow with hil-test when test/hil changes
1 parent 82218c8 commit 64f86ef

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build_esp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'examples/**'
99
- 'lib/**'
1010
- 'hw/**'
11+
- 'test/hil/**'
1112
- '.github/workflows/build_esp.yml'
1213
pull_request:
1314
branches: [ master ]
@@ -16,6 +17,7 @@ on:
1617
- 'examples/**'
1718
- 'lib/**'
1819
- 'hw/**'
20+
- 'test/hil/**'
1921
- '.github/workflows/build_esp.yml'
2022

2123
concurrency:

.github/workflows/build_iar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'lib/**'
1010
- 'hw/**'
1111
- 'tools/get_deps.py'
12+
- 'test/hil/**'
1213
- '.github/workflows/build_iar.yml'
1314
pull_request:
1415
branches: [ master ]
@@ -18,6 +19,7 @@ on:
1819
- 'lib/**'
1920
- 'hw/**'
2021
- 'tools/get_deps.py'
22+
- 'test/hil/**'
2123
- '.github/workflows/build_iar.yml'
2224

2325
concurrency:

.github/workflows/cmake_arm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- 'examples/**'
99
- 'lib/**'
1010
- 'hw/**'
11+
- 'test/hil/**'
1112
- 'tools/get_deps.py'
1213
- '.github/workflows/cmake_arm.yml'
1314
pull_request:
@@ -17,6 +18,7 @@ on:
1718
- 'examples/**'
1819
- 'lib/**'
1920
- 'hw/**'
21+
- 'test/hil/**'
2022
- 'tools/get_deps.py'
2123
- '.github/workflows/cmake_arm.yml'
2224

0 commit comments

Comments
 (0)