Skip to content

Commit c4f4f26

Browse files
chipitsinecron2
authored andcommitted
GHA: limit 'Deploy Doxygen documentation' to main repo only
that workflow was accidently triggered in fork repo, where there's no github pages set Signed-off-by: Ilia Shipitsin <chipitsine@gmail.com> Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Message-Id: <20250811161323.1599-1-chipitsine@gmail.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg32598.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
1 parent db1fd1a commit c4f4f26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/doxygen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ concurrency:
99
jobs:
1010
build:
1111
runs-on: ubuntu-24.04
12+
if: ${{ github.repository_owner == 'openvpn' || github.event_name == 'workflow_dispatch' }}
1213
steps:
1314
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1415
with:

0 commit comments

Comments
 (0)