Skip to content

Commit

Permalink
Combine steps
Browse files Browse the repository at this point in the history
  • Loading branch information
DTLP committed Jun 6, 2024
1 parent e5cc959 commit c5a7e6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/kyverno-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
while IFS= read -r file; do
echo "--- file: ${file}"
if [[ "${file}" == "kyverno"* ]]; then
echo "Kyverno files changed: ${file}"
echo "::set-output name=found::true"
exit 0
fi
done <<< "${changed_files}"
for file in "${changed_files}"; do
Expand Down

0 comments on commit c5a7e6c

Please sign in to comment.