Skip to content

Commit

Permalink
Fix cds scheduler/manual hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
yann degat committed Dec 1, 2020
1 parent 14dd0cf commit fc43c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cds/terraform-provider-ovh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ workflow:

terraform-provider-ovh-testacc:
pipeline: terraform-provider-ovh-testacc
one_at_a_time: true
application: terraform-provider-ovh
environment: acctests
conditions:
script: return git_hook == "push"
script: return git_hook == "push" or cds_manual == "true" or cds_triggered_by_username == "cds.scheduler"
depends_on:
- terraform-provider-ovh-check

Expand Down

0 comments on commit fc43c99

Please sign in to comment.