3
0
Fork 0
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:
Copilot 2026-01-27 13:56:44 -08:00 committed by GitHub
parent 9ea16e966d
commit 7c37dfb807
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 17 deletions

View file

@ -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: