Skip to content

Commit f9b6d8e

Browse files
committed
github/workflows: Run webassembly and zephyr workflows if tests/ change.
Because these ports run tests as part of CI, and need to be run if any of the tests change, to check those changes. Signed-off-by: Damien George <damien@micropython.org>
1 parent 54e6cfc commit f9b6d8e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ports_webassembly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'shared/**'
1212
- 'lib/**'
1313
- 'ports/webassembly/**'
14+
- 'tests/**'
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/ports_zephyr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'shared/**'
1212
- 'lib/**'
1313
- 'ports/zephyr/**'
14+
- 'tests/**'
1415

1516
concurrency:
1617
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)