From ace0e915eccec37512f7a50346a5c39af7d86ba0 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 8 Jun 2026 14:27:42 +0200 Subject: [PATCH] standard-tests.yaml: Rename to ci.yaml In another attempt at making CI workflow naming more concise: - Rename standard-tests.yaml to ci.yaml Currently the contents of this file covers everything CI-related that happens in the context workflows, so for the time being, naming it ci.yaml is just fitting. And it's going to be shorter in commit message summaries. Should a real need arise, we can always split the file up again. - Shorten names again, otherwise they don't fit into Forgejo's check-mark-popup. That should be self-explanatory in context: name: Default CI -> CI jobs.CI.name: Packaging test - All supported platforms -> Packaging test Signed-off-by: Jan Lindemann --- .github/workflows/{standard-tests.yaml => ci.yaml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{standard-tests.yaml => ci.yaml} (72%) diff --git a/.github/workflows/standard-tests.yaml b/.github/workflows/ci.yaml similarity index 72% rename from .github/workflows/standard-tests.yaml rename to .github/workflows/ci.yaml index 80b6f313..2689a374 100644 --- a/.github/workflows/standard-tests.yaml +++ b/.github/workflows/ci.yaml @@ -1,4 +1,4 @@ -name: Standard CI tests +name: CI on: pull_request: types: [opened, synchronize, reopened] @@ -9,5 +9,5 @@ on: - released jobs: CI: - name: Packaging test - All supported platforms - uses: ci/workflows/.github/workflows/test-packaging.yaml@master + name: Packaging test + uses: ci/workflows/.github/workflows/test-packaging.yaml@master-test