forgejo: backport CI job names release/5.0
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:07:36 +0000 (20:07 +0100)
.forgejo/workflows/lint.yml
.forgejo/workflows/test.yml

index 554527bcabe2f7d9be54f21e3d6e8d9aab9af690..fd17cb408062570a534a1e80901af450704be861 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 beadbabe7dde2080ff105bd9a3b59743b8d1c08c..3a8c01aa99a1f76e1d0aafcc60825d8349c0d6ce 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: