mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Allow running manifests-verify without changes in files (#1475)
This commit is contained in:
parent
dfce46c768
commit
562cb5ec6d
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@ orbs:
|
|||
|
||||
setup: true
|
||||
|
||||
parameters:
|
||||
manifests-verify:
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
workflows:
|
||||
always-run:
|
||||
jobs:
|
||||
|
|
Loading…
Reference in a new issue