difftreelog
fix forkless build and tests workflow steps
in: master
1 file changed
.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth889# 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:11 execution-marix:11 prepare-execution-marix:121213 name: Prepare execution matrix13 name: Prepare execution matrix14144141424243 forkless-nodata-build:43 forkless-nodata-build:44 needs: execution-marix44 needs: prepare-execution-marix45 # The type of runner that the job will run on45 # The type of runner that the job will run on46 runs-on: [self-hosted-ci,large]46 runs-on: [self-hosted-ci,large]4747