forgejo/workflows: explicitly name all workflows and jobs

This commit is contained in:
Timo Rothenpieler
2026-01-02 15:54:35 +01:00
parent 85b5927083
commit e6184bce67
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, closed, assigned, labeled, unlabeled]
@@ -8,6 +10,7 @@ on:
jobs:
pr_labeler:
name: Labeler
runs-on: utilities
if: ${{ github.event.sender.login != 'ffmpeg-devel' }}
steps:

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:
@@ -58,6 +61,7 @@ jobs:
find . -name "*.err" -exec printf '::group::%s\n' {} \; -exec cat {} \; -exec printf '::endgroup::\n' \;
exit ${FATERES:-0}
run_fate_full:
name: Fate (Full, ${{ matrix.target_exec }})
strategy:
fail-fast: false
matrix: