We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9403294 commit 26b45baCopy full SHA for 26b45ba
.github/workflows/recommend-integration-tests.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Get source files changes
20
id: source-files
21
run: |
22
- DIFF=$(git diff --name-only origin/main | grep 'packages/react' | grep -Ev '.stories.tsx|.docs.json' || true)
+ DIFF=$(git diff --name-only origin/main | grep 'packages/react' | grep -Ev '.stories.tsx|.stories.module.css|.docs.json' || true)
23
if [ -z "$DIFF" ]; then
24
echo "diff=" >> $GITHUB_OUTPUT
25
else
0 commit comments