Skip to content

Revert "[gha] Automatically add job link to PR description" #6050

Revert "[gha] Automatically add job link to PR description"

Revert "[gha] Automatically add job link to PR description" #6050

Workflow file for this run

name: precommit
permissions: read-all
on:
pull_request:
paths-ignore:
- '**/*.md'
- '.ci/*'
- 'docs/**/*'
- 'tests/post_training/*' # post_training tests runs on Jenkins
- 'tests/torch/sota_checkpoints_eval.json' # reference for PT e2e
- 'tests/tensorflow/sota_checkpoints_eval.json' # reference for TF e2e
- 'tests/cross_fw/examples/*' # examples tests runs in separate workflow
concurrency:
group: precommit-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
pytest:
uses: ./.github/workflows/call_precommit.yml
with:
python_version: "3.10.14"
gpu_enabled: true