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