git.delta.rocks / unique-network / refs/commits / 869cab07664a

difftreelog

fix forkless build and tests workflow steps

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

1 file changed

modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
88
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:
11 execution-marix:11 prepare-execution-marix:
1212
13 name: Prepare execution matrix13 name: Prepare execution matrix
1414
4141
4242
43 forkless-nodata-build:43 forkless-nodata-build:
44 needs: execution-marix44 needs: prepare-execution-marix
45 # The type of runner that the job will run on45 # The type of runner that the job will run on
46 runs-on: [self-hosted-ci,large]46 runs-on: [self-hosted-ci,large]
4747