From af95f8e81f335a9e823b8bbc106341e635bf8250 Mon Sep 17 00:00:00 2001 From: Miguel Caballer Date: Mon, 26 Jan 2026 10:21:30 +0100 Subject: [PATCH] Revert name change in required tests --- .asf.yaml | 4 ++-- .github/workflows/main.yml | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 89175d8dae..690081448f 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -48,8 +48,8 @@ github: - "Unit Tests (Python 3.12)" - "Unit Tests (Python 3.13)" - "Dependency Review" - - "Run Various Lint and Other Checks" - - "Build and upload Documentation" + - "Run Various Lint and Other Checks (3.10)" + - "Build and upload Documentation (3.10)" notifications: jobs: notifications@libcloud.apache.org diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5799886945..fb612958ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -436,3 +436,15 @@ jobs: run: | python -m pip install requests python ./contrib/trigger_rtd_build.py + + old_check_name: + name: Build and upload Documentation + runs-on: ubuntu-latest + steps: + - run: echo "OK" + + old_check_name_2: + name: Run Various Lint and Other Checks + runs-on: ubuntu-latest + steps: + - run: echo "OK" \ No newline at end of file