Workflow: Re added test-upload job, added workflow_call trigger
This commit is contained in:
8
.github/workflows/dispatcher.yml
vendored
8
.github/workflows/dispatcher.yml
vendored
@@ -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
|
||||
|
||||
1
.github/workflows/upload_data.yml
vendored
1
.github/workflows/upload_data.yml
vendored
@@ -2,6 +2,7 @@ name: Upload Test Results to Google Sheets
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
upload:
|
||||
|
||||
Reference in New Issue
Block a user