Skip to content

Commit

Permalink
Does not build docs for 'WIP (no-ci)' label
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Apr 23, 2024
1 parent 9f4dd6d commit 8183f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
docs:
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci')) && !(contains(github.event.pull_request.labels.*.name, 'WIP (lint-only)')) }}
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'WIP (no-ci)')) && !(contains(github.event.pull_request.labels.*.name, 'WIP (lint-only)')) }}
name: Build Docs
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 8183f05

Please sign in to comment.