From 9d70d4db172344b1f7158e9c0378a6f3de13cdd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Tr=C3=B6ger?= Date: Fri, 5 Sep 2025 00:16:10 +0200 Subject: [PATCH] updated workflows --- .gitea/workflows/build-deploy.yaml | 2 +- .gitea/workflows/tests/go-test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index af7ead3..87ac133 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -2,7 +2,7 @@ name: Arbeitszeitmessung Deploy run-name: ${{ gitea.actor }} is building and deploying arbeitszeitmesssung on: workflow_run: - workflows: ["tests"] + workflows: ["Tests"] types: - completed diff --git a/.gitea/workflows/tests/go-test.yaml b/.gitea/workflows/tests/go-test.yaml index 3f5e644..654faa2 100644 --- a/.gitea/workflows/tests/go-test.yaml +++ b/.gitea/workflows/tests/go-test.yaml @@ -1,4 +1,4 @@ -name: GoLang Tests +name: Tests run-name: ${{ gitea.actor }} is testing golang Code on: push