Skip to content

Commit 8231ffe

Browse files
committed
ci: improve failure message
Signed-off-by: falcorocks <[email protected]>
1 parent 2544b33 commit 8231ffe

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/check-schema-policy-controller.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
And run with flag -k additionalProperties,required before pushing
3939
exit 1
4040
if: |
41-
failure() && github.event.pull_request.head.repo.full_name == github.repository
41+
failure()

charts/policy-controller/values.schema.json

-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"properties": {
4-
"commonAnnotations": {
5-
"description": "# This will set some annotations in config maps and secrets. Use case: Disable versioning to deploy helm chart using spinnaker",
6-
"required": [],
7-
"title": "commonAnnotations",
8-
"type": "object"
9-
},
104
"commonNodeSelector": {
115
"description": "# common node selector for all the pods",
126
"required": [],

0 commit comments

Comments
 (0)