https://gcc.gnu.org/g:2953061a0e7c99b39812a809ffcb789e0808d74f

commit r16-7759-g2953061a0e7c99b39812a809ffcb789e0808d74f
Author: Christophe Lyon <[email protected]>
Date:   Fri Feb 27 10:06:25 2026 +0100

    top-level: Rename forgejo sanity checks
    
    These tests currently appear with 'testjob' as name in Forgejo, which
    is not very informative.
    
    This patch renames 'testjob' to 'format-checks' which is hopefully
    clearer, and renames the sanity-checks.yaml file to
    format-checks.yaml.
    
    ChangeLog:
            * .forgejo/workflows/sanity-checks.yaml: Rename testjob to
            format-checks. Rename file to ...
            * .forgejo/workflows/format-checks.yaml: ... this.

Diff:
---
 .forgejo/workflows/{sanity-checks.yaml => format-checks.yaml} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.forgejo/workflows/sanity-checks.yaml 
b/.forgejo/workflows/format-checks.yaml
similarity index 98%
rename from .forgejo/workflows/sanity-checks.yaml
rename to .forgejo/workflows/format-checks.yaml
index 361c497e9905..6139cb2cb7d5 100644
--- a/.forgejo/workflows/sanity-checks.yaml
+++ b/.forgejo/workflows/format-checks.yaml
@@ -3,7 +3,7 @@ on:
     types: [opened, synchronize, reopened]
 
 jobs:
-  testjob:
+  format-checks:
     runs-on: sourceware-runner
     outputs:
       styleoutput: ${{ steps.check_gnu_style.outputs.styleresult }}

Reply via email to