Skip to content

Commit 28a8c0d

Browse files
committed
fix: cicd
1 parent 32d0443 commit 28a8c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
build-test:
9090
name: "Build and unit testing"
9191
runs-on: ubuntu-latest
92-
needs: [smoke-tests]
92+
needs: # [smoke-tests]
9393

9494
steps:
9595
- name: "Install Git and checkout project"

0 commit comments

Comments
 (0)