updated workflows
All checks were successful
Tests / Run Go Tests (push) Successful in 30s

This commit is contained in:
2025-09-05 00:16:10 +02:00
parent 66db633dc6
commit 9d70d4db17
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ name: Arbeitszeitmessung Deploy
run-name: ${{ gitea.actor }} is building and deploying arbeitszeitmesssung run-name: ${{ gitea.actor }} is building and deploying arbeitszeitmesssung
on: on:
workflow_run: workflow_run:
workflows: ["tests"] workflows: ["Tests"]
types: types:
- completed - completed

View File

@@ -1,4 +1,4 @@
name: GoLang Tests name: Tests
run-name: ${{ gitea.actor }} is testing golang Code run-name: ${{ gitea.actor }} is testing golang Code
on: push on: push