From 702d2a8503825882f074090cbd62c4fa487e1708 Mon Sep 17 00:00:00 2001 From: tischrei Date: Tue, 29 Jul 2025 13:17:14 +0000 Subject: [PATCH] add runs-on --- .gitea/workflows/python-tox.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/python-tox.yaml b/.gitea/workflows/python-tox.yaml index da78cd7..f9a0dcc 100644 --- a/.gitea/workflows/python-tox.yaml +++ b/.gitea/workflows/python-tox.yaml @@ -9,5 +9,10 @@ on: - edited jobs: - test-tox-py3: - uses: https://github.com/opentelekomcloud-infra/github-actions/.github/workflows/python-tox.yaml@v1 \ No newline at end of file + validate: + name: Using pre-defined check jobs + 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