We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d0443 commit 28a8c0dCopy full SHA for 28a8c0d
.github/workflows/ci_cd.yml
@@ -89,7 +89,7 @@ jobs:
89
build-test:
90
name: "Build and unit testing"
91
runs-on: ubuntu-latest
92
- needs: [smoke-tests]
+ needs: # [smoke-tests]
93
94
steps:
95
- name: "Install Git and checkout project"
0 commit comments