This is an automated email from the git hooks/post-receive script.
Git pushed a commit to branch release/6.1
in repository ffmpeg.
The following commit(s) were added to refs/heads/release/6.1 by this push:
new 241ce7adf2 forgejo: backport CI job names
241ce7adf2 is described below
commit 241ce7adf2f010afa15803a83b773423a2c1458d
Author: Timo Rothenpieler <[email protected]>
AuthorDate: Fri Jan 2 20:00:45 2026 +0100
Commit: Timo Rothenpieler <[email protected]>
CommitDate: Fri Jan 2 20:05:51 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 26a685430d..477f7984bc 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 9bc150216c..6e5b4521e3 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]