Skip to content

[GHA] weekly job

[GHA] weekly job #2

Workflow file for this run

name: nightly
permissions: read-all
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
precommit:
strategy:
fail-fast: false
matrix:
python_version: ["3.9", "3.11", "3.12"]
uses: ./.github/workflows/call_precommit.yml

Check failure on line 20 in .github/workflows/weekly.yml

View workflow run for this annotation

GitHub Actions / nightly

Invalid workflow file

The workflow is not valid. In .github/workflows/weekly.yml (Line: 20, Col: 11): Error from called workflow openvinotoolkit/nncf/.github/workflows/call_precommit.yml@b37c3d79212e57b9e981084bd2c465351d63845a (Line: 170, Col: 9): Unexpected symbol: '"3'. Located at position 26 within expression: inputs.python_version != "3.12"
with:
python_version: ${{ matrix.python_version }}
gpu_enabled: false