fix(ci): Ajout trigger workflow_call pour intégration CD
Le workflow CI nécessite workflow_call pour être appelable par workflow CD. Sans cela, le workflow CD ne peut pas invoquer CI comme workflow réutilisable.
This commit is contained in:
parent
dc5fc28ff1
commit
83f9b4def8
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ on:
|
||||||
- '**'
|
- '**'
|
||||||
- '!main' # Exclude main branch (CD workflow handles it)
|
- '!main' # Exclude main branch (CD workflow handles it)
|
||||||
pull_request:
|
pull_request:
|
||||||
|
workflow_call: # Allow this workflow to be called by other workflows
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci-terraform:
|
ci-terraform:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue