Workflow: Re added test-upload job, added workflow_call trigger

This commit is contained in:
2025-11-09 14:23:13 +01:00
parent 3515703a90
commit e19a5aac9a
2 changed files with 4 additions and 5 deletions

View File

@@ -70,11 +70,9 @@ jobs:
needs: [engine, server, ui]
runs-on: self-hosted
if: always()
#uses: ./.github/workflows/upload_data.yml
steps:
- name: Temp turn off
run: |
echo "Uploading data to table"
uses: ./.github/workflows/upload_data.yml
secrets: inherit
release:
needs: test-data-upload

View File

@@ -2,6 +2,7 @@ name: Upload Test Results to Google Sheets
on:
workflow_dispatch:
workflow_call:
jobs:
upload: