chore(CI): enable workflow dispatch

This commit is contained in:
Mayeul@Zama
2023-03-08 18:54:22 +01:00
parent ec532034bc
commit 5635ce2a67
5 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ name: Compiler - Compliance
on:
workflow_call:
workflow_dispatch:
jobs:
FormattingAndLinting:

View File

@@ -3,6 +3,7 @@ name: Compiler - Build and Test (MacOS)
on:
workflow_call:
workflow_dispatch:
secrets:
CONCRETE_CI_SSH_PRIVATE:
required: true

View File

@@ -2,6 +2,7 @@ name: Concrete CPU - Tests
on:
workflow_call:
workflow_dispatch:
env:
CARGO_TERM_COLOR: always

View File

@@ -1,6 +1,7 @@
name: concrete-python
on:
workflow_call:
workflow_dispatch:
concurrency:
group: concrete-python-${{ github.ref }}

View File

@@ -2,6 +2,7 @@ name: Optimizer - Tests
on:
workflow_call:
workflow_dispatch:
secrets:
CONCRETE_CI_SSH_PRIVATE:
required: true