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

difftreelog

Jobs renamed.

Alexander Aksenov2022-08-11parent: #3fa5889.patch.diff
in: master

2 files changed

modified.github/workflows/forkless-update-nodata.ymldiffbeforeafterboth
2020
21# A workflow run is made up of one or more jobs that can run sequentially or in parallel21# A workflow run is made up of one or more jobs that can run sequentially or in parallel
22jobs:22jobs:
23 build:23 forkless-upgrade-nodata:
24 # The type of runner that the job will run on24 # The type of runner that the job will run on
25 runs-on: self-hosted-ci25 runs-on: self-hosted-ci
2626
modified.github/workflows/tests_codestyle.ymldiffbeforeafterboth
--- 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: