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 6b8968e commit f4920f1Copy full SHA for f4920f1
.github/workflows/ci.yml
@@ -275,10 +275,7 @@ jobs:
275
# Notify only once - when CI completes (and after deploy) in case it's successful
276
notify-complete:
277
needs: [
278
- tests,
279
- docs-check,
280
- mypy-version-check,
281
- pre-commit,
+ build,
282
build-linux-online
283
]
284
runs-on: ubuntu-22.04
@@ -308,7 +305,12 @@ jobs:
308
305
build:
309
306
if: always()
310
307
name: "Build"
311
- needs: [ tests, docs-check, mypy-version-check, pre-commit ]
+ needs: [
+ tests,
+ docs-check,
+ mypy-version-check,
312
+ pre-commit,
313
+ ]
314
315
316
steps:
0 commit comments