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 <fr...@lichtenheld.com> Acked-by: Lev Stipakov <lstipa...@gmail.com> --- This change was reviewed on Gerrit and approved by at least one developer. I request to merge it to master. Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/328 This mail reflects revision 1 of this Change. Acked-by according to Gerrit (reflected above): lstipakov <lstipa...@gmail.com> diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1b75a1a..58fbc29 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -290,19 +290,6 @@ !${{ 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 _______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel