mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
chore: re-enable code quality workflows to run on a schedule
This commit is contained in:
parent
074420056b
commit
45872f1653
2 changed files with 3 additions and 8 deletions
|
@ -1,9 +1,6 @@
|
|||
name: "CodeQL"
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "20 3 * * 0"
|
||||
|
|
@ -1,10 +1,8 @@
|
|||
name: Qodana
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "20 3 * * 0"
|
||||
|
||||
jobs:
|
||||
qodana:
|
Loading…
Add table
Add a link
Reference in a new issue