remove the cron

This commit is contained in:
João Moreno
2020-06-11 14:34:21 +02:00
parent 7bf328600f
commit b644558486

View File

@@ -1,10 +1,6 @@
name: "Code scanning - action"
on:
push:
pull_request:
schedule:
- cron: '0 19 * * 0'
on: [push, pull_request]
jobs:
CodeQL-Build:
@@ -24,7 +20,7 @@ jobs:
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1