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

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

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

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

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

diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml
index 09cb749558..5f4cdd962d 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 a2f1393865..0fda45158a 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