From 869cab07664a61e1813eac34f01e499ac7a598f2 Mon Sep 17 00:00:00 2001 From: Konstantin Astakhov Date: Tue, 24 Jan 2023 14:07:14 +0000 Subject: [PATCH] fix forkless build and tests workflow steps --- --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -8,7 +8,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 @@ -41,7 +41,7 @@ forkless-nodata-build: - needs: execution-marix + needs: prepare-execution-marix # The type of runner that the job will run on runs-on: [self-hosted-ci,large] -- gitstuff