mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-03 01:01:56 +08:00
fix workflow file type Identify (#16576)
fix workflow file type Identify
This commit is contained in:
3
.github/workflows/sep-tests.yml
vendored
3
.github/workflows/sep-tests.yml
vendored
@@ -182,7 +182,8 @@ jobs:
|
||||
*.go|go.mod|go.sum) has_go=true ;;
|
||||
*.py|pyproject.toml|requirements*.txt) has_python=true ;;
|
||||
web/*) has_web=true ;;
|
||||
Dockerfile|docker-compose*.yml|build.sh) has_go=true; has_python=true ;;
|
||||
Dockerfile|docker-compose*.yml) has_go=true; has_python=true ;;
|
||||
build.sh) has_go=true ;;
|
||||
esac
|
||||
done <<< "$CHANGED_FILES"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user