mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-20 14:55:50 +00:00
Update codeql.yml
[N/A] - [Add workflow_dispatch]
This commit is contained in:
parent
bd0caa8c23
commit
ad3626a83a
1 changed files with 4 additions and 2 deletions
6
.github/workflows/codeql.yml
vendored
6
.github/workflows/codeql.yml
vendored
|
@ -18,9 +18,11 @@ on:
|
|||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '30 18 * * 1'
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
jobs:
|
||||
analyze:
|
||||
name: Analyze (${{ matrix.language }})
|
||||
# Runner size impacts CodeQL analysis time. To learn more, please see:
|
||||
# - https://gh.io/recommended-hardware-resources-for-running-codeql
|
||||
|
|
Loading…
Reference in a new issue