diff --git a/.gitea/workflows/python-tox.yaml b/.gitea/workflows/python-tox.yaml index f9a0dcc..3c6ef52 100644 --- a/.gitea/workflows/python-tox.yaml +++ b/.gitea/workflows/python-tox.yaml @@ -1,18 +1,11 @@ -name: Run tox Check with latest version +name: Run Tox Check on: pull_request: - types: - - opened - - reopened - - synchronize - - edited + types: [opened, reopened, synchronize, edited] jobs: - validate: - name: Using pre-defined check jobs + tox-py312: runs-on: ubuntu - steps: - - name: Run Tox py check - uses: https://github.com/opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1 \ No newline at end of file + - uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1