Quick fix for bad regex in GH Workflow (#10015)

This commit is contained in:
Craig Rueda
2020-06-08 15:02:48 -07:00
committed by GitHub
parent 91517a56a3
commit 2a3305e7dd

View File

@@ -33,7 +33,7 @@ jobs:
EOF
if [[ "$FILES" =~ ^(.*package*\.json|.*requirements*\.txt)$ ]]; then
if [[ "${FILES}" =~ (.*package*\.json|requirements.*\.txt|setup\.py) ]]; then
echo "Detected dependency changes... running fossa check"
./scripts/fossa.sh