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 3be6774 commit 1161587Copy full SHA for 1161587
.github/workflows/build.yml
@@ -17,11 +17,8 @@
17
18
name: Python Release Build
19
on:
20
- pull_request:
21
- branches: ["main"]
22
push:
23
- tags: ["*-rc*"]
24
- branches: ["branch-*"]
+ branches: ["main*"]
25
26
jobs:
27
build:
@@ -43,10 +40,10 @@ jobs:
43
40
run: uv sync --dev --no-install-package datafusion
44
41
45
42
# Update output format to enable automatic inline annotations.
46
- - name: Run Ruff
47
- run: |
48
- uv run --no-project ruff check --output-format=github python/
49
- uv run --no-project ruff format --check python/
+ # - name: Run Ruff
+ # run: |
+ # uv run --no-project ruff check --output-format=github python/
+ # uv run --no-project ruff format --check python/
50
51
generate-license:
52
runs-on: ubuntu-latest
0 commit comments