Skip to content

Commit 308ec76

Browse files
committed
chore: still playing
Allow skipping docs based on label Signed-off-by: Fredi Raspall <fredi@githedgehog.com>
1 parent eed1bbf commit 308ec76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
310310
- id: "docs"
311311
name: "run rustdoc"
312-
if: ${{matrix.profile.name == 'release'}}
312+
if: ${{ matrix.profile.name == 'release' && !contains(github.event.pull_request.labels.*.name, 'disable-docs') }}
313313
run: |
314314
RUSTDOCFLAGS="-D warnings --document-private-items --allow rustdoc::all" just \
315315
debug_justfile="${{matrix.debug_justfile}}" \

0 commit comments

Comments
 (0)