diff options
| author | hathach <[email protected]> | 2024-01-24 11:32:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-01-24 11:32:28 +0700 |
| commit | 64f86ef8e744e72e27b529ddb3440420ee4e3cf0 (patch) | |
| tree | 5723ed98abb0ccc76706d43c20d63ca9d6dcce7f /.github | |
| parent | 82218c8d6875947fee29e9b9a0b48b87bb587281 (diff) | |
build workflow with hil-test when test/hil changes
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build_esp.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/build_iar.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/cmake_arm.yml | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 33caa0edb..65ade7b03 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -8,6 +8,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'test/hil/**' - '.github/workflows/build_esp.yml' pull_request: branches: [ master ] @@ -16,6 +17,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'test/hil/**' - '.github/workflows/build_esp.yml' concurrency: diff --git a/.github/workflows/build_iar.yml b/.github/workflows/build_iar.yml index 9f2cc0351..a0a022ecc 100644 --- a/.github/workflows/build_iar.yml +++ b/.github/workflows/build_iar.yml @@ -9,6 +9,7 @@ on: - 'lib/**' - 'hw/**' - 'tools/get_deps.py' + - 'test/hil/**' - '.github/workflows/build_iar.yml' pull_request: branches: [ master ] @@ -18,6 +19,7 @@ on: - 'lib/**' - 'hw/**' - 'tools/get_deps.py' + - 'test/hil/**' - '.github/workflows/build_iar.yml' concurrency: diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml index 8b87fef21..4ef2de4a6 100644 --- a/.github/workflows/cmake_arm.yml +++ b/.github/workflows/cmake_arm.yml @@ -8,6 +8,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'test/hil/**' - 'tools/get_deps.py' - '.github/workflows/cmake_arm.yml' pull_request: @@ -17,6 +18,7 @@ on: - 'examples/**' - 'lib/**' - 'hw/**' + - 'test/hil/**' - 'tools/get_deps.py' - '.github/workflows/cmake_arm.yml' |
