We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1e222 commit 4cf8f5aCopy full SHA for 4cf8f5a
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Pre-build checks
14
runs-on: ubuntu-22.04
15
timeout-minutes: 30
16
- if: |
+ if: false &&
17
github.event.action != 'edited' ||
18
contains(github.event.pull_request.body, 'Changelog')
19
env:
@@ -90,6 +90,7 @@ jobs:
90
91
compile:
92
name: Compile CLN ${{ matrix.cfg }}
93
+ if: false
94
95
96
needs:
@@ -316,8 +317,6 @@ jobs:
316
317
318
RUST_PROFILE: release # Has to match the one in the compile step
319
PYTEST_OPTS: --timeout=1200 --durations=10
- needs:
320
- - compile
321
strategy:
322
fail-fast: false
323
matrix:
0 commit comments