From 9e8d6ba3f84a9676bc1fe47ceeee68467c0c7ffe Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 4 May 2020 19:24:26 +0300 Subject: [PATCH] Update codeql.yml (#30719) Remove `pull_request` event since it's not supported. --- .github/workflows/codeql.yml | 1 - 1 file changed, 1 deletion(-) 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"