From: XhmikosR Date: Mon, 4 May 2020 16:24:26 +0000 (+0300) Subject: Update codeql.yml (#30719) X-Git-Tag: v4.5.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8691fcd5a178dc0d7e32186b61cce744af170c9;p=thirdparty%2Fbootstrap.git Update codeql.yml (#30719) Remove `pull_request` event since it's not supported. --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8cc48e587d..f73166cc16 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,6 @@ name: "Code Scanning - Action" on: push: - pull_request: schedule: - cron: "0 0 * * 0"