Skip to content

Commit

Permalink
Fix codeql workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BobDotCom committed Apr 28, 2022
1 parent 8059fe6 commit efbb8e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
#
name: "CodeQL"

on: [ push, pull_request ]
on:
push: null
pull_request: null
schedule:
- cron: '26 6 * * 6'

Expand Down

0 comments on commit efbb8e3

Please sign in to comment.