Skip to content

Commit a6d0626

Browse files
committed
remove needs
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
1 parent 9be47e5 commit a6d0626

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ jobs:
8989
- run: make test GO_VERSION=${{ steps.setup_go.outputs.go-version }}
9090
publish:
9191
runs-on: ubuntu-latest
92-
needs: [test]
92+
# tmp
93+
# needs: [test]
9394
steps:
9495
- uses: docker/setup-buildx-action@v2
9596
- uses: docker/login-action@v2

0 commit comments

Comments
 (0)