mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
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>
This commit is contained in:
1
.github/workflows/ports_webassembly.yml
vendored
1
.github/workflows/ports_webassembly.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
- 'shared/**'
|
||||
- 'lib/**'
|
||||
- 'ports/webassembly/**'
|
||||
- 'tests/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
1
.github/workflows/ports_zephyr.yml
vendored
1
.github/workflows/ports_zephyr.yml
vendored
@@ -11,6 +11,7 @@ on:
|
||||
- 'shared/**'
|
||||
- 'lib/**'
|
||||
- 'ports/zephyr/**'
|
||||
- 'tests/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user