Skip to content

Commit

Permalink
Allow manual dispatch for solver workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Feb 5, 2025
1 parent bc08995 commit b2516ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-alt-ergo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Alt-Ergo
on:
pull_request:
types: [ labeled ]
workflow_dispatch:

jobs:
test-alt-ergo:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-bitwuzla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Bitwuzla
on:
pull_request:
types: [ labeled ]
workflow_dispatch:

jobs:
test-bitwuzla:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-colibri2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test Colibri2
on:
pull_request:
types: [ labeled ]
workflow_dispatch:

jobs:
test-colibri2:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-cvc5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Test cvc5
on:
pull_request:
types: [ labeled ]
workflow_disptach:

jobs:
test-cvc5:
Expand Down

0 comments on commit b2516ef

Please sign in to comment.