|
65 | 65 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
66 | 66 |
|
67 | 67 | goreleaser-unix: |
| 68 | + if: false # Temporarily disabled for testing |
68 | 69 | runs-on: |
69 | 70 | group: databricks-deco-testing-runner-group |
70 | 71 | labels: ubuntu-latest-deco |
@@ -110,6 +111,7 @@ jobs: |
110 | 111 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |
111 | 112 |
|
112 | 113 | create-setup-cli-release-pr: |
| 114 | + if: false # Temporarily disabled for testing |
113 | 115 | runs-on: |
114 | 116 | group: databricks-deco-testing-runner-group |
115 | 117 | labels: ubuntu-latest-deco |
@@ -138,6 +140,7 @@ jobs: |
138 | 140 | }); |
139 | 141 |
|
140 | 142 | create-homebrew-tap-release-pr: |
| 143 | + if: false # Temporarily disabled for testing |
141 | 144 | runs-on: |
142 | 145 | group: databricks-deco-testing-runner-group |
143 | 146 | labels: ubuntu-latest-deco |
@@ -179,6 +182,7 @@ jobs: |
179 | 182 | }); |
180 | 183 |
|
181 | 184 | create-vscode-extension-update-pr: |
| 185 | + if: false # Temporarily disabled for testing |
182 | 186 | runs-on: |
183 | 187 | group: databricks-deco-testing-runner-group |
184 | 188 | labels: ubuntu-latest-deco |
@@ -207,6 +211,7 @@ jobs: |
207 | 211 | }); |
208 | 212 |
|
209 | 213 | pypi-publish: |
| 214 | + if: false # Temporarily disabled for testing |
210 | 215 | runs-on: |
211 | 216 | group: databricks-deco-testing-runner-group |
212 | 217 | labels: ubuntu-latest-deco |
@@ -244,6 +249,7 @@ jobs: |
244 | 249 | packages-dir: python/dist |
245 | 250 |
|
246 | 251 | publish-to-winget-pkgs: |
| 252 | + if: false # Temporarily disabled for testing |
247 | 253 | runs-on: |
248 | 254 | group: databricks-deco-testing-runner-group |
249 | 255 | labels: ubuntu-latest-deco |
|
0 commit comments