Skip to content

Commit

Permalink
temp: exclude .tekton now that the check is not required
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Cmiel <[email protected]>
  • Loading branch information
chmeliik committed Jul 25, 2024
1 parent 75cebe2 commit a94b09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ metadata:
) && (
// Don't run pipeline if only these files changed. Note that 'files.all' is an object
// coming from PaC (list of all changed files) while the second 'all' is a CEL macro.
!files.all.all(x, x.matches(r"^(renovate\.json|.*\.md|\.github/.*)$"))
!files.all.all(x, x.matches(r"^(renovate\.json|.*\.md|\.github/.*|\.tekton/.*)$"))
)
pipelinesascode.tekton.dev/task: "[task/git-clone/0.1/git-clone.yaml, .tekton/tasks/buildah.yaml, .tekton/tasks/yaml-lint.yaml, .tekton/tasks/e2e-test.yaml, task/sast-snyk-check/0.1/sast-snyk-check.yaml]"
pipelinesascode.tekton.dev/task-2: "yaml-lint"
Expand Down

0 comments on commit a94b09a

Please sign in to comment.