We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a2c0e commit 8bd00ccCopy full SHA for 8bd00cc
.github/workflows/python.yaml
@@ -62,7 +62,7 @@ jobs:
62
run: cd python/xorbits/web/ui && ./node_modules/.bin/prettier --check .
63
64
build_test_job:
65
- if: github.repository == 'xorbitsai/xorbits'
+ # if: github.repository == 'xorbitsai/xorbits'
66
runs-on: ${{ matrix.os }}
67
needs: lint
68
env:
0 commit comments