difftreelog
fix forkless build and tests workflow steps
in: master
1 file changed
.github/workflows/forkless-update-data.ymldiffbeforeafterboth9# A workflow run is made up of one or more jobs that can run sequentially or in parallel9# A workflow run is made up of one or more jobs that can run sequentially or in parallel10jobs:10jobs:111112 execution-marix:12 prepare-execution-marix:131314 name: Prepare execution matrix14 name: Prepare execution matrix1515132 docker system prune -f132 docker system prune -f133133134 forkless-data-tests:134 forkless-data-tests:135 needs: [prepare-execution-marix, forkless-nodata-build]135 needs: [prepare-execution-marix, forkless-data-build]136 # The type of runner that the job will run on136 # The type of runner that the job will run on137 runs-on: [self-hosted-ci, large]137 runs-on: [self-hosted-ci, large]138138