This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch release/5.1
in repository ffmpeg.
The following commit(s) were added to refs/heads/release/5.1 by this push:
new 0c04650ba1 forgejo: backport CI job names
0c04650ba1 is described below
commit 0c04650ba13c9f632cfdb354adf29aa77b1d8e23
Author: Timo Rothenpieler <[email protected]>
AuthorDate: Fri Jan 2 20:00:45 2026 +0100
Commit: Timo Rothenpieler <[email protected]>
CommitDate: Fri Jan 2 20:06:42 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 453d2c300e..45489cd30e 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 9d1c5a0570..9efe459c79 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]