Skip to content

Commit 7f2c0ed

Browse files
authored
Merge branch 'trunk' into fix_verify_checksum
2 parents c4c0711 + cb48d39 commit 7f2c0ed

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: tox -e coverage-ci
117117

118118
- name: Upload Coverage to codecov.io
119-
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
119+
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
120120
with:
121121
# We utilize secret for more realiable builds. Without secret being set, upload step
122122
# fails fairly often.
@@ -436,15 +436,3 @@ 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)