mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
GHA: do not trigger builds in openvpn-build anymore
We do this via explicit PRs now, generated by renovate.
This allows much better control over what state of the
code gets built.
Change-Id: I8b00d7d79a26ad4aaae529cb496e125398169b50
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Lev Stipakov <lstipakov@gmail.com>
Message-Id: <20230922103936.37230-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27060.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 37d6c61a3d)
This commit is contained in:
parent
785b50127e
commit
1782daa48e
1 changed files with 0 additions and 13 deletions
13
.github/workflows/build.yaml
vendored
13
.github/workflows/build.yaml
vendored
|
|
@ -461,19 +461,6 @@ jobs:
|
|||
${{ matrix.plat }}-Output/${{env.BUILD_CONFIGURATION}}/*.pdb
|
||||
doc/openvpn.8.html
|
||||
|
||||
trigger_openvpn_build:
|
||||
runs-on: windows-latest
|
||||
needs: [checkuncrustify, mingw, ubuntu, ubuntu-clang-asan, macos, msvc]
|
||||
if: ${{ github.event_name != 'pull_request' && github.repository == 'openvpn/openvpn' && github.ref == 'refs/heads/master' }}
|
||||
|
||||
steps:
|
||||
- name: Repository Dispatch
|
||||
uses: peter-evans/repository-dispatch@v2
|
||||
with:
|
||||
token: ${{ secrets.OPENVPN_BUILD_REPO_DISPATCH }}
|
||||
repository: openvpn/openvpn-build
|
||||
event-type: openvpn-commit
|
||||
|
||||
libressl:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue