Skip to content

Commit

Permalink
test: exclude workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Apr 15, 2024
1 parent 39b4e02 commit 6ea8db0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1902,7 +1902,7 @@ jobs:
# include templates in the matrix only if modified
for template in ${template_files}; do
if ! git diff --name-only '${{ github.base_ref }}' \
| grep -Eq "^${template}$|^.github/workflows/"; then
| grep -Eq "^${template}$"; then
unmodified_stack="$(echo "${stacks}" \
| jq -r --arg tmpl "${template}" 'select(.template==$tmpl).name')"
stack_names="$(echo "${stack_names}" \
Expand Down

0 comments on commit 6ea8db0

Please sign in to comment.