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]
|
needs: [engine, server, ui]
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
if: always()
|
if: always()
|
||||||
#uses: ./.github/workflows/upload_data.yml
|
uses: ./.github/workflows/upload_data.yml
|
||||||
steps:
|
secrets: inherit
|
||||||
- name: Temp turn off
|
|
||||||
run: |
|
|
||||||
echo "Uploading data to table"
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: test-data-upload
|
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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
upload:
|
upload:
|
||||||
|
|||||||
Reference in New Issue
Block a user