From a449e18fe74f29a8ebeb26ee85103ca2f571628b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomek=20W=C3=B3jcik?= Date: Fri, 31 May 2024 09:15:47 +0200 Subject: [PATCH] KIS-0000: WIP --- .gitea/workflows/{gitea-logging-tests.yaml => ci.yaml} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename .gitea/workflows/{gitea-logging-tests.yaml => ci.yaml} (79%) diff --git a/.gitea/workflows/gitea-logging-tests.yaml b/.gitea/workflows/ci.yaml similarity index 79% rename from .gitea/workflows/gitea-logging-tests.yaml rename to .gitea/workflows/ci.yaml index ce52982..37b7d60 100644 --- a/.gitea/workflows/gitea-logging-tests.yaml +++ b/.gitea/workflows/ci.yaml @@ -1,13 +1,11 @@ -name: "Testing Action logging in Gitea" +name: "CI" on: push: - branches: - - "KIS-0000-gitea-logging-tests" jobs: run-checks: - name: "Run checks" + name: "Checks" runs-on: "ubuntu-latest" steps: - uses: "actions/checkout@v4"