3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-03-15 17:49:59 +00:00

Switch memory-safety workflow from push to weekly Monday schedule (#9001)

* Initial plan

* Replace push trigger with weekly Monday schedule in memory-safety.yml

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-03-15 10:26:10 -07:00 committed by GitHub
parent db46d52056
commit 9256dd66e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,11 +1,8 @@
name: Memory Safety Analysis
on:
push:
branches: ["**"]
paths:
- 'src/**'
- '.github/workflows/memory-safety.yml'
schedule:
- cron: '0 0 * * 1'
workflow_dispatch:
inputs:
full_scan: