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