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:
parent
db46d52056
commit
9256dd66e6
1 changed files with 2 additions and 5 deletions
7
.github/workflows/memory-safety.yml
vendored
7
.github/workflows/memory-safety.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue