Skip to content

Commit

Permalink
ci: removing manual filter from release actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nishaq503 committed Jun 28, 2024
1 parent 9680f4e commit 23b4e02
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/pre-release-filter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
PACKAGE_DIRS=""
COMPANION_FILES="VERSION .bumpversion.cfg"
# TODO: Remove this line and its effects after debugging
ALLOWED_DIRS="segmentation/imagej-threshold-apply-tool segmentation/imagej-threshold-huang-tool"
# Get the names of all the files tracked by git in the repo
ALL_FILES=$(git ls-tree --full-tree -r --name-only HEAD)
Expand All @@ -54,13 +51,6 @@ jobs:
continue
fi
# Check if the package directory is allowed
if [[ ! "$ALLOWED_DIRS" == *"$pkg_dir"* ]]
then
echo "Skipping $pkg_dir"
continue
fi
# Check if the file is a pyproject.toml file
if [[ "$(basename ${file})" = *"pyproject"* ]]
then
Expand Down

0 comments on commit 23b4e02

Please sign in to comment.