This is an automated email from the git hooks/post-receive script.

Git pushed a commit to branch release/8.0
in repository ffmpeg.

The following commit(s) were added to refs/heads/release/8.0 by this push:
     new d204dacf2c forgejo: backport CI job names
d204dacf2c is described below

commit d204dacf2cb35bf830b19f4e2ae04d93cfcc424d
Author:     Timo Rothenpieler <[email protected]>
AuthorDate: Fri Jan 2 20:00:45 2026 +0100
Commit:     Timo Rothenpieler <[email protected]>
CommitDate: Fri Jan 2 20:00:45 2026 +0100

    forgejo: backport CI job names
---
 .forgejo/workflows/autolabel.yml | 3 +++
 .forgejo/workflows/lint.yml      | 3 +++
 .forgejo/workflows/test.yml      | 4 ++++
 3 files changed, 10 insertions(+)

diff --git a/.forgejo/workflows/autolabel.yml b/.forgejo/workflows/autolabel.yml
index 3eb8cd52ba..f2b874c7d1 100644
--- a/.forgejo/workflows/autolabel.yml
+++ b/.forgejo/workflows/autolabel.yml
@@ -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
diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml
index c2ea5050f1..aa22e1341a 100644
--- a/.forgejo/workflows/lint.yml
+++ b/.forgejo/workflows/lint.yml
@@ -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
diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml
index e3876dc899..f69dcb0d8a 100644
--- a/.forgejo/workflows/test.yml
+++ b/.forgejo/workflows/test.yml
@@ -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:

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to