Workflow: re enabled test-data-upload with temp commands

This commit is contained in:
Hatvani Tamás
2025-11-09 12:34:45 +01:00
committed by GitHub
parent 596828e827
commit 9253283953

View File

@@ -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