We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a37446 commit af95f8eCopy full SHA for af95f8e
2 files changed
.asf.yaml
@@ -48,8 +48,8 @@ github:
48
- "Unit Tests (Python 3.12)"
49
- "Unit Tests (Python 3.13)"
50
- "Dependency Review"
51
- - "Run Various Lint and Other Checks"
52
- - "Build and upload Documentation"
+ - "Run Various Lint and Other Checks (3.10)"
+ - "Build and upload Documentation (3.10)"
53
54
notifications:
55
jobs: [email protected]
.github/workflows/main.yml
@@ -436,3 +436,15 @@ jobs:
436
run: |
437
python -m pip install requests
438
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
449
450
0 commit comments