Skip to content

Commit

Permalink
Merge pull request #290 from reflex-dev/masenf/disable-chatv2-ci
Browse files Browse the repository at this point in the history
[0.6.7] skip chat_v2 in check_export
  • Loading branch information
Lendemor authored Dec 17, 2024
2 parents a8debef + d5f9155 commit 5907c0a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check_export.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
- name: Generate Matrix
id: generate-matrix
run: |
# TODO fix sales export
# TODO fix stable_diffusion export (gets stuck)
EXAMPLES="$(find . -not -name '.*' -maxdepth 1 -type d | cut -f2 -d/ | sort | grep -vw chakra_apps | jq -R | jq -s -c)"
EXAMPLES="$(find . -not -name '.*' -maxdepth 1 -type d | cut -f2 -d/ | sort | grep -vw chat_v2 | jq -R | jq -s -c)"
echo $EXAMPLES
echo "examples=$EXAMPLES" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 5907c0a

Please sign in to comment.