forgejo: backport CI job names release/5.1
authorTimo Rothenpieler <timo@rothenpieler.org>
Fri, 2 Jan 2026 19:00:45 +0000 (20:00 +0100)
committerTimo Rothenpieler <timo@rothenpieler.org>
Fri, 2 Jan 2026 19:06:42 +0000 (20:06 +0100)
.forgejo/workflows/lint.yml
.forgejo/workflows/test.yml

index 453d2c300e07d242533ceea772978c41e4f61ffc..45489cd30e0c0dd76a3cb08839fc4caff37c71e7 100644 (file)
@@ -1,3 +1,5 @@
+name: Lint
+
 on:
   push:
     branches:
@@ -6,6 +8,7 @@ on:
 
 jobs:
   lint:
+    name: Pre-Commit
     runs-on: utilities
     steps:
       - name: Checkout
index 9d1c5a0570c2ff354bd96a26761a27ca4ffaaf98..9efe459c793ee0d5dc94ec5d9d8efa5ad5e9975b 100644 (file)
@@ -1,3 +1,5 @@
+name: Test
+
 on:
   push:
     branches:
@@ -6,6 +8,7 @@ on:
 
 jobs:
   run_fate:
+    name: Fate (${{ matrix.runner }}, ${{ matrix.shared }}, ${{ matrix.bits }} bit)
     strategy:
       fail-fast: false
       matrix:
@@ -55,6 +58,7 @@ jobs:
       - name: Run Fate
         run: LD_LIBRARY_PATH="$(printf "%s:" "$PWD"/lib*)$PWD" make fate fate-build SAMPLES=$PWD/fate-suite -j$(nproc)
   compile_only:
+    name: Fate (Win64, Build-Only)
     strategy:
       fail-fast: false
       matrix: