Update timing to run CodeQL
This commit is contained in:
parent
51e4e63835
commit
ee0bec946e
|
@ -1,6 +1,12 @@
|
|||
name: CodeQL
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
schedule:
|
||||
- cron: '28 17 * * 3'
|
||||
|
||||
env:
|
||||
CODEQL_ENABLE_EXPERIMENTAL_FEATURES_SWIFT: true
|
||||
|
|
Loading…
Reference in New Issue