From: Viktor Szakats Date: Sat, 20 Sep 2025 13:07:15 +0000 (+0200) Subject: GHA/codeql: drop winbuild references [ci skip] X-Git-Tag: rc-8_17_0-3~528 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca75476a5c9ff3066cfcc3af0a2f33b936466501;p=thirdparty%2Fcurl.git GHA/codeql: drop winbuild references [ci skip] Follow-up to 8d004781a577fc2fae72873c4a45b2fb3f366d98 #18040 --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b5e05efe46..bb3c074821 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -17,7 +17,6 @@ name: 'CodeQL' - 'plan9/**' - 'projects/**' - 'tests/data/**' - - 'winbuild/**' pull_request: branches: - master @@ -29,7 +28,6 @@ name: 'CodeQL' - 'plan9/**' - 'projects/**' - 'tests/data/**' - - 'winbuild/**' schedule: - cron: '0 0 * * 4'