We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 53b98db + f5d4083 commit 849b699Copy full SHA for 849b699
.github/workflows/ci.yml
@@ -254,7 +254,7 @@ jobs:
254
extra-features: "multiple-pymethods"
255
256
valgrind:
257
- if: ${{ github.event_name != 'pull_request' && github.ref != 'refs/heads/main' }}
+ if: ${{ contains(github.event.pull_request.labels.*.name, 'CI-build-full') || (github.event_name != 'pull_request' && github.ref != 'refs/heads/main') }}
258
needs: [fmt]
259
runs-on: ubuntu-latest
260
steps:
@@ -274,7 +274,7 @@ jobs:
274
TRYBUILD: overwrite
275
276
careful:
277
278
279
280
0 commit comments