We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b023ad commit 56631b2Copy full SHA for 56631b2
.github/workflows/ci-build.yml
@@ -56,6 +56,7 @@ jobs:
56
echo "only_docs=true" >> $GITHUB_OUTPUT
57
echo "change"
58
fi
59
+ grep -vE '^(server/|cypress/|cypress\.config\.ts|README\.md|\.github/workflows/ci-build\.yml|renovate\.json|LICENSE|\.prettierrc|\.github/workflows/release-build\.yml|\.github/PULL_REQUEST_TEMPLATE\.md|public/robots\.txt)' changed.txt | grep .
60
61
62
lint-and-unit-test:
0 commit comments