Update title of workflow and remove scheduling

This commit is contained in:
Paulo Matos 2020-10-07 14:43:30 +02:00 committed by GitHub
parent 0834d28d75
commit 9b3a153d3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: