From: Ilia Shipitsin Date: Sun, 22 Feb 2026 18:01:10 +0000 (+0100) Subject: CI: remove redundant "halog" compilation X-Git-Tag: v3.4-dev6~92 X-Git-Url: http://www.kaiwu.me/postgresql/commit/static/gitweb.js?a=commitdiff_plain;h=bf363a71352965cc5908c926c5e917420923eaba;p=haproxy.git CI: remove redundant "halog" compilation since 6499c0a0d5eb56ae640a50425f2fbbad3bc14f86 halog is being build in vtest workflow, no need to build it two times --- diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index cd4167394..f7935ebd2 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -11,9 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 - - name: Compile admin/halog/halog - run: | - make admin/halog/halog - name: Compile dev/flags/flags run: | make dev/flags/flags