flichtenheld has uploaded this change for review. ( http://gerrit.openvpn.net/c/openvpn/+/328?usp=email )
Change subject: GHA: do not trigger builds in openvpn-build anymore ...................................................................... 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 <fr...@lichtenheld.com> --- M .github/workflows/build.yaml 1 file changed, 0 insertions(+), 13 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/28/328/1 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 -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/328?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I8b00d7d79a26ad4aaae529cb496e125398169b50 Gerrit-Change-Number: 328 Gerrit-PatchSet: 1 Gerrit-Owner: flichtenheld <fr...@lichtenheld.com> Gerrit-CC: openvpn-devel <openvpn-devel@lists.sourceforge.net> Gerrit-MessageType: newchange
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel