Skip to content

chore: bump epam/ai-dial-ci/.github/workflows/pr-title-check.yml from 2.4.1 to 2.7.3 #102

chore: bump epam/ai-dial-ci/.github/workflows/pr-title-check.yml from 2.4.1 to 2.7.3

chore: bump epam/ai-dial-ci/.github/workflows/pr-title-check.yml from 2.4.1 to 2.7.3 #102

Workflow file for this run

name: PR Workflow
on:
pull_request:
branches: [development, release-*]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
jobs:
run_tests:
uses: epam/ai-dial-ci/.github/workflows/python_package_pr.yml@2.4.1
secrets: inherit
with:
python-version: 3.9
code-checks-python-versions: '["3.9", "3.10", "3.11", "3.12"]'