Skip to content

Commit 74403cc

Browse files
author
yann degat
committed
cds: revert PRs hooks
1 parent 8061df5 commit 74403cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.cds/terraform-provider-ovh.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ workflow:
1111
depends_on:
1212
- terraform-provider-ovh
1313

14+
# TODO: the website-test make target is broken.
15+
# pipeline is disable and further investigation is required
1416
# terraform-provider-ovh-website-test:
1517
# pipeline: terraform-provider-ovh-website-test
1618
# application: terraform-provider-ovh
@@ -22,8 +24,6 @@ workflow:
2224
one_at_a_time: true
2325
application: terraform-provider-ovh
2426
environment: acctests
25-
conditions:
26-
script: return git_hook == "push" or cds_manual == "true" or cds_triggered_by_username == "cds.scheduler"
2727
depends_on:
2828
- terraform-provider-ovh-check
2929

@@ -41,7 +41,8 @@ hooks:
4141
timezone: UTC
4242
- type: RepositoryWebHook
4343
config:
44-
eventFilter: push;pull_request
44+
# don't trigger build on PRs
45+
eventFilter: push
4546

4647
notifications:
4748
- type: vcs

0 commit comments

Comments
 (0)