Skip to content

Commit

Permalink
Chore/Adding manual dispatch and CRON to CodeQL workflow (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloszTarka authored Jan 9, 2024
1 parent 75ea866 commit 2494aa1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ name: "CodeQL"
on:
push:
branches: [ "main" ]
schedule:
- cron: '30 5 * * 2'
workflow_dispatch:

jobs:
analyze:
Expand Down

0 comments on commit 2494aa1

Please sign in to comment.