chore(ci): remove post CI result posting steps and delete related script

This commit is contained in:
2026-01-04 11:27:05 -06:00
parent 9b8086a855
commit 306557c473
5 changed files with 4 additions and 167 deletions

View File

@@ -40,9 +40,3 @@ jobs:
run: |
set -o pipefail
task test 2>&1 | tee test_results.txt
- name: Post Results to PR
if: always() && github.event_name == 'pull_request'
env:
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
run: bash scripts/post_ci_results.sh "Tests" test_results.txt