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

index 9efee16c657838eefd37292d375ae87a21b26bf2..dd0b976a6f307adc2f2fb24e0f6dc4df264aa79d 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 22501975c70da34ad9e1ead3f2e16d4cf544d1ac..30a82b31eed0ada51656e872871837e1d537f97d 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: