Skip to content

Commit ef228bc

Browse files
committed
ci: fix workflow ci
1 parent 08104b8 commit ef228bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
docker:
3737
name: Docker Build and Push
38-
needs: [build, test]
38+
needs: [build]
3939
runs-on: ubuntu-latest
4040
permissions:
4141
contents: read

0 commit comments

Comments
 (0)