Skip to content

Commit

Permalink
Stop running codeql every 24h
Browse files Browse the repository at this point in the history
Only run on push/pull requests
  • Loading branch information
yarrick committed Jun 30, 2024
1 parent 4f9484f commit 73fcf72
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
name: "CodeQL"

on:
# push:
# branches: [ "main", "master" ]
schedule:
- cron: '0 0 * * *'
push:
branches: [ "master" ]
pull_request:
branches: '*'

Expand Down

0 comments on commit 73fcf72

Please sign in to comment.