From 63532c67471cbb5c00e2cd731c96ecf61becf5ef Mon Sep 17 00:00:00 2001 From: Lars Hampe Date: Tue, 1 Oct 2024 19:01:52 +0200 Subject: [PATCH] ci: simplify --- .gitea/workflows/branches.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitea/workflows/branches.yaml b/.gitea/workflows/branches.yaml index 71be1d8..b359d68 100644 --- a/.gitea/workflows/branches.yaml +++ b/.gitea/workflows/branches.yaml @@ -8,7 +8,4 @@ on: jobs: tests: - uses: ./.gitea/workflows/test.yaml - build: - needs: [tests] - runs-on: ubuntu-latest \ No newline at end of file + uses: ./.gitea/workflows/test.yaml \ No newline at end of file