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 752a2b478da23e29f8f9f713399725507ccd52c0 Author: Miguel Caballer <[email protected]> AuthorDate: Mon Jan 26 10:28:50 2026 +0100 Remove fake tasks --- .github/workflows/main.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb612958a..579988694 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -436,15 +436,3 @@ 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
