Skip to content

Commit

Permalink
CodeQL: disable cron, enable manual
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdro committed Nov 20, 2023
1 parent ed18305 commit 2999edc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -17,8 +17,9 @@ on:
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '17 5 1 * *'
workflow_dispatch:
#schedule:
# - cron: '17 5 1 * *'

jobs:
analyze:
Expand Down

0 comments on commit 2999edc

Please sign in to comment.