We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10630fd commit 08a2e5bCopy full SHA for 08a2e5b
.github/workflows/tools.yml
@@ -285,7 +285,9 @@ jobs:
285
with:
286
persist-credentials: false
287
- name: Set up Python ${{ env.PYTHON_VERSION }}
288
- if: matrix.id == 'icu' && (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
+ if: |
289
+ (matrix.id == 'icu' || matrix.id == 'inspector_protocol') &&
290
+ (github.event_name == 'schedule' || inputs.id == 'all' || inputs.id == matrix.id)
291
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
292
293
python-version: ${{ env.PYTHON_VERSION }}
0 commit comments