Skip to content

Commit fc43c99

Browse files
author
yann degat
committed
Fix cds scheduler/manual hooks
1 parent 14dd0cf commit fc43c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cds/terraform-provider-ovh.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ workflow:
1919

2020
terraform-provider-ovh-testacc:
2121
pipeline: terraform-provider-ovh-testacc
22+
one_at_a_time: true
2223
application: terraform-provider-ovh
2324
environment: acctests
2425
conditions:
25-
script: return git_hook == "push"
26+
script: return git_hook == "push" or cds_manual == "true" or cds_triggered_by_username == "cds.scheduler"
2627
depends_on:
2728
- terraform-provider-ovh-check
2829

0 commit comments

Comments
 (0)