Skip to content

Commit

Permalink
Merge branch 'ci/tools_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasssvaz committed Jun 12, 2024
2 parents c161110 + 112893b commit 7657759
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/build_py_tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,12 @@ on:
- 'tools/gen_esp32part.py'
- 'tools/gen_insights_package.py'
push:
paths:
- 'tools/get.py'
- 'tools/espota.py'
- 'tools/gen_esp32part.py'
- 'tools/gen_insights_package.py'
branches:
- master

concurrency:
group: pytools-${{ github.event.pull_request.number || github.ref }}

jobs:
find-changed-tools:
name: Check if tools have been changed
Expand Down

0 comments on commit 7657759

Please sign in to comment.