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