From acb5c04224a9d459e8498bc0d4a8b1e0588fcc46 Mon Sep 17 00:00:00 2001 From: Alexander Aksenov Date: Thu, 11 Aug 2022 12:42:40 +0000 Subject: [PATCH] Jobs renamed. --- --- a/.github/workflows/forkless-update-nodata.yml +++ b/.github/workflows/forkless-update-nodata.yml @@ -20,7 +20,7 @@ # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: - build: + forkless-upgrade-nodata: # The type of runner that the job will run on runs-on: self-hosted-ci --- a/.github/workflows/tests_codestyle.yml +++ b/.github/workflows/tests_codestyle.yml @@ -9,7 +9,7 @@ - reopened - synchronize jobs: - build: + code_style: runs-on: self-hosted-ci steps: -- gitstuff