Stop running codeql every 24h

Only run on push/pull requests
This commit is contained in:
Erik Ekman 2024-06-30 22:05:50 +02:00
parent 4f9484f5ab
commit 73fcf72792

View File

@ -12,10 +12,8 @@
name: "CodeQL" name: "CodeQL"
on: on:
# push: push:
# branches: [ "main", "master" ] branches: [ "master" ]
schedule:
- cron: '0 0 * * *'
pull_request: pull_request:
branches: '*' branches: '*'