diff options
author | Yann Ylavic <ylavic@apache.org> | 2024-07-27 15:26:40 +0200 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2024-07-27 15:26:40 +0200 |
commit | e7b47ef616ba03148bc698825ee7ec86c8f60577 (patch) | |
tree | 2d60a336de42440abeedd5e6b9c40109dfd46be4 | |
parent | mod_proxy: Allow for empty UDS URL hostname in ProxyPass workers too. (diff) | |
download | apache2-e7b47ef616ba03148bc698825ee7ec86c8f60577.tar.xz apache2-e7b47ef616ba03148bc698825ee7ec86c8f60577.zip |
Trigger ci
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919543 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 5942e143ce..1f522c8cc6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -29,7 +29,7 @@ jobs: strategy: fail-fast: false matrix: - include: + include: # ------------------------------------------------------------------------- - name: Empty APLOGNO() test env: | |