Compare commits

..

4 Commits

Author SHA1 Message Date
114cf56718 update runner on merge 2025-07-29 09:29:33 +00:00
656b705bd5 rename runner 2025-07-29 09:25:32 +00:00
6a36d2e291 fix issue 2025-07-29 09:23:16 +00:00
b716b40949 add opensearch update workflow 2025-07-29 09:14:24 +00:00

View File

@ -1,18 +0,0 @@
name: Run Tox Check
on:
pull_request:
types: [opened, reopened, synchronize, edited]
jobs:
tox-py312:
runs-on: ubuntu
steps:
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
tox-pep8:
runs-on: ubuntu
steps:
- uses: https://github.com/opentelekomcloud-infra/github-actions/.github/actions/tox-py-test@v1
with:
tox-env: pep8