From: XhmikosR Date: Mon, 4 May 2020 16:24:26 +0000 (+0300) Subject: Update codeql.yml (#30719) X-Git-Tag: v5.0.0-alpha1~167 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e8d6ba3f84a9676bc1fe47ceeee68467c0c7ffe;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"