This is an automated email from the ASF dual-hosted git repository. micafer pushed a commit to branch fix_tests_name in repository https://gitbox.apache.org/repos/asf/libcloud.git
commit af95f8e81f335a9e823b8bbc106341e635bf8250 Author: Miguel Caballer <[email protected]> AuthorDate: Mon Jan 26 10:21:30 2026 +0100 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 89175d8da..690081448 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: [email protected] diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 579988694..fb612958a 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
