Skip to content

Commit 7657759

Browse files
committed
Merge branch 'ci/tools_fix'
2 parents c161110 + 112893b commit 7657759

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/build_py_tools.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ on:
88
- 'tools/gen_esp32part.py'
99
- 'tools/gen_insights_package.py'
1010
push:
11-
paths:
12-
- 'tools/get.py'
13-
- 'tools/espota.py'
14-
- 'tools/gen_esp32part.py'
15-
- 'tools/gen_insights_package.py'
1611
branches:
1712
- master
1813

14+
concurrency:
15+
group: pytools-${{ github.event.pull_request.number || github.ref }}
16+
1917
jobs:
2018
find-changed-tools:
2119
name: Check if tools have been changed

0 commit comments

Comments
 (0)