Skip to content

Commit af95f8e

Browse files
committed
Revert name change in required tests
1 parent 0a37446 commit af95f8e

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

.asf.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ github:
4848
- "Unit Tests (Python 3.12)"
4949
- "Unit Tests (Python 3.13)"
5050
- "Dependency Review"
51-
- "Run Various Lint and Other Checks"
52-
- "Build and upload Documentation"
51+
- "Run Various Lint and Other Checks (3.10)"
52+
- "Build and upload Documentation (3.10)"
5353

5454
notifications:
5555
jobs: notifications@libcloud.apache.org

.github/workflows/main.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,3 +436,15 @@ jobs:
436436
run: |
437437
python -m pip install requests
438438
python ./contrib/trigger_rtd_build.py
439+
440+
old_check_name:
441+
name: Build and upload Documentation
442+
runs-on: ubuntu-latest
443+
steps:
444+
- run: echo "OK"
445+
446+
old_check_name_2:
447+
name: Run Various Lint and Other Checks
448+
runs-on: ubuntu-latest
449+
steps:
450+
- run: echo "OK"

0 commit comments

Comments
 (0)