mirror of
https://github.com/Z3Prover/z3
synced 2026-01-28 12:58:43 +00:00
Schedule code-conventions-analyzer to run every 3 hours (#8340)
* Initial plan * Update code-conventions-analyzer to run every 3 hours Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: NikolajBjorner <3085284+NikolajBjorner@users.noreply.github.com>
This commit is contained in:
parent
6edf2f1057
commit
ee14a9dbd7
3 changed files with 21 additions and 36 deletions
|
|
@ -1,7 +1,8 @@
|
|||
---
|
||||
description: Analyzes Z3 codebase for consistent coding conventions and opportunities to use modern C++ features
|
||||
on:
|
||||
schedule: daily
|
||||
schedule:
|
||||
- cron: "0 */3 * * *" # Every 3 hours
|
||||
workflow_dispatch:
|
||||
permissions: read-all
|
||||
tools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue