fix(ci): Ajout trigger workflow_call pour intégration CD
The CI workflow needs workflow_call to be callable by the CD workflow. Without this, the CD workflow cannot invoke CI as a reusable workflow.
This commit is contained in:
parent
924594989e
commit
cbb7c14934
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ on:
|
|||
- '**'
|
||||
- '!main' # Exclude main branch (CD workflow handles it)
|
||||
pull_request:
|
||||
workflow_call: # Allow this workflow to be called by other workflows
|
||||
|
||||
jobs:
|
||||
ci-terraform:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue