Skip to content

Commit

Permalink
Refs #20542: Fix a couple of nitpicks
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
  • Loading branch information
JesusPoderoso committed Mar 13, 2024
1 parent 5386558 commit a590313
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ env:
jobs:
ubuntu-build-and-test-documentation:
name: Documentation build and test
if: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
if: ${{ !(contains(github.event.pull_request.labels.*.name, 'skip-ci') ||
contains(github.event.pull_request.labels.*.name, 'conflicts')) }}

runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -171,4 +172,4 @@ jobs:
print_summary: 'True'
show_failed: 'True'
show_disabled: 'False'
show_skipped: 'False'
show_skipped: 'False'

0 comments on commit a590313

Please sign in to comment.