Skip to content

Commit

Permalink
include workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ab77 committed Apr 15, 2024
1 parent f2445f3 commit a4168db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flowzone.yml

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

4 changes: 2 additions & 2 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ jobs:
matrix="$(jq -cr --argjson in "$BAKE_JSON" --argjson slugs "$PLATFORM_SLUG_MAP" '.include |=
map(.target as $t |
.platform_slugs = if ($in.target | has($t)) then ($in.target[$t].platforms | map($slugs[.]) | join(" "))
.platform_slugs = if ($in.target | has($t)) then ($in.target[$t].platforms | map($slugs[.]) | join(" "))
else error("Unsupported target: \($t)") end)' <<< "${matrix}")"
echo "build=${matrix}">> "${GITHUB_OUTPUT}"
Expand Down Expand Up @@ -3392,7 +3392,7 @@ jobs:
ignore_lint="$(echo "${stack}" | jq -rc .ignore_lint)"
if git diff --name-only "$(git rev-parse --abbrev-ref origin/HEAD)" \
| grep -Eq "^${template_file}$"; then
| grep -Eq "^${template_file}$|^.github/workflows/"; then
echo "${SECRETS_CONTEXT}" | to_envs > .env
echo "${VARS_CONTEXT}" | to_envs >> .env
source .env && rm -f .env
Expand Down

0 comments on commit a4168db

Please sign in to comment.