Skip to content

Commit 3ef25b2

Browse files
committed
ci: run antora job only for master@boostorg and feature/doc@jll63
1 parent 00abd91 commit 3ef25b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
on:
2424
pull_request:
2525
push:
26-
branches:
26+
branches:
2727
- master
2828
- develop
2929
- bugfix/**
@@ -52,6 +52,7 @@ jobs:
5252
COVERITY_SCAN_TOKEN: ${{ secrets.COVERITY_SCAN_TOKEN }}
5353

5454
antora:
55+
if: ${{ (github.repository_owner == 'boostorg' && github.ref_name == 'master') || (github.repository_owner == 'jll63' && github.ref_name == 'feature/doc') }}
5556
name: Antora Docs
5657
runs-on: ubuntu-latest
5758
defaults:

0 commit comments

Comments
 (0)