mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
ci: use GitHub Hooks to trigger jobs
By using GitHub Hooks, jobs get triggers quickers. It also may prevent the occasional hickup in the Jenkins GitHub-Pull-Request-Builder while polling events for the cron-jobs. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
108628039e
commit
5830a2f1bf
@ -29,9 +29,7 @@
|
||||
# only run on PRs where the trigger-phrase is posted
|
||||
only-trigger-phrase: true
|
||||
permit-all: true
|
||||
# TODO: set github-hooks to true when it is configured in GitHub
|
||||
github-hooks: false
|
||||
cron: 'H/5 * * * *'
|
||||
github-hooks: true
|
||||
org-list:
|
||||
- ceph
|
||||
allow-whitelist-orgs-as-admins: true
|
||||
|
Reference in New Issue
Block a user