mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-22 22:30:23 +00:00
ci: do not run commitlint on "/retest all"
The commitlint job is not used normally, so there is no need to run it when all CI jobs need retesting. Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
parent
3c82db25e3
commit
629a8e0166
@ -25,7 +25,7 @@
|
|||||||
status-url: ${RUN_DISPLAY_URL}
|
status-url: ${RUN_DISPLAY_URL}
|
||||||
# the "commitlint" status context is use by the commitlint app
|
# the "commitlint" status context is use by the commitlint app
|
||||||
status-context: commitlint
|
status-context: commitlint
|
||||||
trigger-phrase: '/(re)?test ((all)|(commitlint))'
|
trigger-phrase: '/(re)?test commitlint'
|
||||||
# only run on PRs where the trigger-phrase is posted
|
# only run on PRs where the trigger-phrase is posted
|
||||||
only-trigger-phrase: true
|
only-trigger-phrase: true
|
||||||
permit-all: true
|
permit-all: true
|
||||||
|
Loading…
Reference in New Issue
Block a user