Skip to content

[GR-71934] Run Python gates on Github #17

[GR-71934] Run Python gates on Github

[GR-71934] Run Python gates on Github #17

Workflow file for this run

name: Run CI unittests
on:
pull_request:
types: [opened, ready_for_review, synchronize]
workflow_dispatch:
jobs:
build-standalone-artifacts:
if: github.event.pull_request.draft == false
uses: ./.github/workflows/ci-matrix-gen.yml
with:
jobs_to_run: ^(?=.*python-svm-build).*$
logs_retention_days: 0
artifacts_retention_days: 0
run-tests:
if: github.event.pull_request.draft == false && success()
needs: build-standalone-artifacts
uses: ./.github/workflows/ci-matrix-gen.yml
with:
jobs_to_run: ^(?=.*python)(?!.*(retagger|dsl|build|bench)).*$