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 361c497e990..6139cb2cb7d 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 }}