mirror of
https://opendev.org/openstack/openstackclient.git
synced 2026-01-11 20:06:48 +00:00
Skip check plugin jobs for non-functional update
Change-Id: I04a9e2681ee96057f7b567c72e4b739101b9be6a Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
parent
67772ad774
commit
65e9414163
1 changed files with 7 additions and 0 deletions
|
|
@ -29,6 +29,13 @@
|
|||
branches:
|
||||
regex: ^stable/.*$
|
||||
negate: true
|
||||
irrelevant-files:
|
||||
- ^.*\.rst$
|
||||
- ^doc/.*$
|
||||
- ^releasenotes/.*$
|
||||
- ^.*/tests/.*$
|
||||
- ^test-requirements\.txt$
|
||||
- ^\.pre-commit-config\.yaml$
|
||||
|
||||
- project-template:
|
||||
name: openstackclient-plugin-jobs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue