From 9b3a153d3eb5981f994b7e03936c158a5c923cde Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Wed, 7 Oct 2020 14:43:30 +0200 Subject: [PATCH] Update title of workflow and remove scheduling --- .github/workflows/codeql-analysis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1e6686b37e..b0140666b8 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,10 +1,6 @@ -name: "Code scanning - action" +name: "LGTM Code Scanning" -on: - push: - pull_request: - schedule: - - cron: '0 19 * * 3' +on: [push, pull_request] jobs: CodeQL-Build: