forgejo: backport CI job names

This commit is contained in:
Timo Rothenpieler 2026-01-02 20:00:45 +01:00
parent ec78e95627
commit d204dacf2c
3 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,5 @@
name: Autolabel
on:
pull_request_target:
types: [opened, edited, synchronize]
@ -6,6 +8,7 @@ on:
jobs:
pr_labeler:
name: Labeler
runs-on: utilities
steps:
- name: Checkout

View 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

View 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: