File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ workflow:
11
11
depends_on :
12
12
- terraform-provider-ovh
13
13
14
+ # TODO: the website-test make target is broken.
15
+ # pipeline is disable and further investigation is required
14
16
# terraform-provider-ovh-website-test:
15
17
# pipeline: terraform-provider-ovh-website-test
16
18
# application: terraform-provider-ovh
@@ -22,8 +24,6 @@ workflow:
22
24
one_at_a_time : true
23
25
application : terraform-provider-ovh
24
26
environment : acctests
25
- conditions :
26
- script : return git_hook == "push" or cds_manual == "true" or cds_triggered_by_username == "cds.scheduler"
27
27
depends_on :
28
28
- terraform-provider-ovh-check
29
29
41
41
timezone : UTC
42
42
- type : RepositoryWebHook
43
43
config :
44
- eventFilter : push;pull_request
44
+ # don't trigger build on PRs
45
+ eventFilter : push
45
46
46
47
notifications :
47
48
- type : vcs
You can’t perform that action at this time.
0 commit comments