Skip to content

Commit

Permalink
ci: improve failure message
Browse files Browse the repository at this point in the history
Signed-off-by: falcorocks <[email protected]>
  • Loading branch information
falcorocks committed Jan 23, 2025
1 parent 2544b33 commit 8231ffe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-schema-policy-controller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
And run with flag -k additionalProperties,required before pushing
exit 1
if: |
failure() && github.event.pull_request.head.repo.full_name == github.repository
failure()
6 changes: 0 additions & 6 deletions charts/policy-controller/values.schema.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"commonAnnotations": {
"description": "# This will set some annotations in config maps and secrets. Use case: Disable versioning to deploy helm chart using spinnaker",
"required": [],
"title": "commonAnnotations",
"type": "object"
},
"commonNodeSelector": {
"description": "# common node selector for all the pods",
"required": [],
Expand Down

0 comments on commit 8231ffe

Please sign in to comment.