mirror of
https://github.com/Z3Prover/z3
synced 2026-01-29 13:28:44 +00:00
Change code conventions workflow schedule from every 3 hours to daily (#8402)
* Initial plan * Update code conventions workflow to run once daily instead of 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
9ea16e966d
commit
7c37dfb807
2 changed files with 18 additions and 17 deletions
|
|
@ -2,7 +2,7 @@
|
|||
description: Analyzes Z3 codebase for consistent coding conventions and opportunities to use modern C++ features
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 */3 * * *" # Every 3 hours
|
||||
- cron: "0 0 * * *" # Once daily at midnight UTC
|
||||
workflow_dispatch:
|
||||
permissions: read-all
|
||||
tools:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue