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