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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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