Skip to content

Commit

Permalink
Fix bad )
Browse files Browse the repository at this point in the history
  • Loading branch information
pagrubel committed Apr 20, 2024
1 parent 4dcd519 commit 1b128b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 'no ci')) && !(contains(github.event.pull_request.labels.*.name, 'WIP (lint-only)')) }}
name: Build Docs
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env: {}

jobs:
integration-test:
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, 'no ci')) && !(contains(github.event.pull_request.labels.*.name, 'WIP (lint-only)')) }}
name: BEE Integration Test
strategy:
matrix:
Expand Down

0 comments on commit 1b128b1

Please sign in to comment.