Workflow: re enabled test-data-upload with temp commands
This commit is contained in:
12
.github/workflows/dispatcher.yml
vendored
12
.github/workflows/dispatcher.yml
vendored
@@ -63,11 +63,15 @@ jobs:
|
||||
secrets: inherit
|
||||
|
||||
|
||||
#test-data-upload:
|
||||
#needs: [engine, server, ui]
|
||||
#if: always()
|
||||
test-data-upload:
|
||||
needs: [engine, server, ui]
|
||||
runs-on: self-hosted
|
||||
if: always()
|
||||
#uses: ./.github/workflows/upload_data.yml
|
||||
#secrets: inherit
|
||||
steps:
|
||||
- name: Temp turn off
|
||||
run: |
|
||||
echo "Uploading data to table"
|
||||
|
||||
release:
|
||||
needs: test-data-upload
|
||||
|
||||
Reference in New Issue
Block a user