mirror of
https://github.com/Z3Prover/z3
synced 2026-01-16 15:46:20 +00:00
Add workflow_dispatch trigger to wip.yml
This commit is contained in:
parent
1806e8bb33
commit
a0bca2b71a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/wip.yml
vendored
1
.github/workflows/wip.yml
vendored
|
|
@ -3,6 +3,7 @@ name: Open Issues
|
|||
on:
|
||||
schedule:
|
||||
- cron: '0 0 */2 * *'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Debug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue