--- a/.github/workflows/forkless-update-data.yml +++ b/.github/workflows/forkless-update-data.yml @@ -9,7 +9,7 @@ # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - execution-marix: + prepare-execution-marix: name: Prepare execution matrix @@ -132,7 +132,7 @@ docker system prune -f forkless-data-tests: - needs: [prepare-execution-marix, forkless-nodata-build] + needs: [prepare-execution-marix, forkless-data-build] # The type of runner that the job will run on runs-on: [self-hosted-ci, large]