]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GHA: do not trigger builds in openvpn-build anymore
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 22 Sep 2023 10:39:36 +0000 (12:39 +0200)
committerGert Doering <gert@greenie.muc.de>
Fri, 22 Sep 2023 12:09:14 +0000 (14:09 +0200)
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>
.github/workflows/build.yaml

index 1b75a1a79e8a721f267be833a185b24513d8c4b9..58fbc294fc763a932614a758a4d4e1a3bdf753e1 100644 (file)
@@ -290,19 +290,6 @@ jobs:
             !${{ github.workspace }}/out/**/CMakeFiles/**
             !${{ github.workspace }}/out/**/vcpkg_installed/**
 
-  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