Skip to content

Commit 08a2e5b

Browse files
committed
fixup! tools: add inspector_protocol updater
1 parent 10630fd commit 08a2e5b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tools.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,9 @@ jobs:
285285
with:
286286
persist-credentials: false
287287
- name: Set up Python ${{ env.PYTHON_VERSION }}
288-
if: matrix.id == 'icu' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
288+
if: |
289+
(matrix.id == 'icu' || matrix.id == 'inspector_protocol') &&
290+
(github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
289291
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
290292
with:
291293
python-version: ${{ env.PYTHON_VERSION }}

0 commit comments

Comments
 (0)