Workflow: removed runs-on: self-hosted from test upload job
This commit is contained in:
1
.github/workflows/dispatcher.yml
vendored
1
.github/workflows/dispatcher.yml
vendored
@@ -68,7 +68,6 @@ jobs:
|
||||
|
||||
test-data-upload:
|
||||
needs: [engine, server, ui]
|
||||
runs-on: self-hosted
|
||||
if: always()
|
||||
uses: ./.github/workflows/upload_data.yml
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user