Skip to content

Correct WIP and no ci label usage #78

Correct WIP and no ci label usage

Correct WIP and no ci label usage #78

Workflow file for this run

name: Build Docs
on:
workflow_dispatch: {}
push:
branches: [main, develop]
pull_request:
types: [opened, synchronize, edited, labeled, unlabeled]
branches: [main, develop]
jobs:
docs:
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'no ci') && !(contains(github.event.pull_request.labels.*.name, 'WIP (lint-only)')) }}

Check failure on line 13 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Build Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 13, Col: 9): Unexpected end of expression: ')'. Located at position 135 within expression: !(contains(github.event.pull_request.labels.*.name, 'no ci') && !(contains(github.event.pull_request.labels.*.name, 'WIP (lint-only)'))
name: Build Docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install BEE and Build Docs
run: ./ci/docs.sh