Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: Santosh <[email protected]>
  • Loading branch information
santoshkal committed Jun 25, 2024
1 parent b8e9dd7 commit acccdad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-argocd-latest-modules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v*'
paths:
- genval/modules/cuemod-argocd*/**
- 'genval/modules/cuemod-argocd*/**'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-dockerfile-input-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
tags:
- 'v*'
paths:
- genval/defaultpolicies/rego/input_policies/**
- 'genval/defaultpolicies/rego/input_policies/**'

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion genval/modules/cuemod-argocd:v2.11.3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This directory structure serves as a foundational workspace for generating and validating ArgoCD manifests.


```markdown
├── input
├── policy
└── README.md
Expand Down

0 comments on commit acccdad

Please sign in to comment.