Skip to content

Commit

Permalink
change codeql scanning to once per day using a cron schedule instead …
Browse files Browse the repository at this point in the history
…of on push as each run takes 2+ min
  • Loading branch information
patinthehat authored and Patrick committed Feb 7, 2021
1 parent 2fab1bc commit 38b638e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
name: "CodeQL"

on:
push:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# # The branches below must be a subset of the branches above
# branches: [ main ]
# schedule:
# - cron: '16 2 * * 3'
schedule:
- cron: '16 2 * * *'

jobs:
analyze:
Expand Down

0 comments on commit 38b638e

Please sign in to comment.