git.delta.rocks / unique-network / refs/commits / e3879d3a9287

difftreelog

fix forkless build and tests workflow steps

Konstantin Astakhov2023-01-24parent: #d6423e6.patch.diff
in: master

1 file changed

modified.github/workflows/forkless-update-data.ymldiffbeforeafterboth
9# 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 parallel
10jobs:10jobs:
1111
12 execution-marix:12 prepare-execution-marix:
1313
14 name: Prepare execution matrix14 name: Prepare execution matrix
1515
132 docker system prune -f132 docker system prune -f
133133
134 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 on
137 runs-on: [self-hosted-ci, large]137 runs-on: [self-hosted-ci, large]
138138