File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ permissions:
3030
3131jobs :
3232 lint_and_unit_tests :
33+ if : false
3334 name : Run lint and unit tests
3435 runs-on : ubuntu-latest
3536 steps :
5051 - name : Unit tests
5152 run : yarn workspaces foreach --all --parallel --topological-dev --exclude @elastic/eui-website --exclude @elastic/eui-monorepo --exclude @elastic/eui-docgen run test-unit
5253 cypress_tests :
54+ if : false
5355 name : Run cypress tests
5456 runs-on : ubuntu-latest
5557 steps :
@@ -113,7 +115,7 @@ jobs:
113115 name : Create an official release
114116 runs-on : ubuntu-latest
115117 if : ${{ inputs.type == 'official' }}
116- needs : [ lint_and_unit_tests, cypress_tests ]
118+ # needs: [ lint_and_unit_tests, cypress_tests ]
117119 steps :
118120 - uses : actions/checkout@v4
119121 with :
You can’t perform that action at this time.
0 commit comments