3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-25 11:26:21 +00:00

Add workflow_dispatch trigger to wip.yml

This commit is contained in:
Nikolaj Bjorner 2026-01-13 10:49:33 -08:00
parent 9887f050eb
commit e29289ad97

View file

@ -3,6 +3,7 @@ name: Open Issues
on: on:
schedule: schedule:
- cron: '0 0 */2 * *' - cron: '0 0 */2 * *'
workflow_dispatch:
env: env:
BUILD_TYPE: Debug BUILD_TYPE: Debug