We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 783188b commit 27cdeccCopy full SHA for 27cdecc
1 file changed
.github/workflows/ci.yml
@@ -227,7 +227,7 @@ jobs:
227
build:
228
name: Build Artifacts
229
runs-on: ${{ matrix.os }}
230
- needs: [test-go, test-python]
+ # needs: [test-go, test-python]
231
strategy:
232
matrix:
233
os: [ubuntu-latest, macos-latest, windows-latest]
@@ -305,7 +305,7 @@ jobs:
305
docker:
306
name: Build and Push Docker Image
307
runs-on: ubuntu-latest
308
309
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')
310
311
steps:
0 commit comments