Skip to content

Commit

Permalink
Remove skip tool_xsd
Browse files Browse the repository at this point in the history
  • Loading branch information
kostrykin committed Feb 27, 2024
1 parent ae73350 commit 013a0a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ on:
- '*'
env:
GALAXY_FORK: galaxyproject
# TODO remove additional-planemo-options from lint once biii is allowed in xsd
GALAXY_BRANCH: release_23.1
MAX_CHUNKS: 4
MAX_FILE_SIZE: 1M
Expand Down Expand Up @@ -130,12 +129,10 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
run: |
echo "FAIL_LEVEL=warn" >> "$GITHUB_ENV"
echo "SKIP=-s tool_xsd" >> "$GITHUB_ENV"
- name: Set fail level for merge
if: ${{ github.event_name != 'pull_request' }}
run: |
echo "FAIL_LEVEL=error" >> "$GITHUB_ENV"
echo "SKIP=-s tool_xsd" >> "$GITHUB_ENV"
- name: Planemo lint
uses: galaxyproject/planemo-ci-action@v1
id: lint
Expand Down
2 changes: 1 addition & 1 deletion tools/superdsm/.shed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ categories:
- Imaging
description: Globally optimal segmentation method based on superadditivity and deformable shape models for cell nuclei in fluorescence microscopy images
long_description: Globally optimal segmentation method based on superadditivity and deformable shape models for cell nuclei in 2-D fluorescence microscopy images.
name: superdsm
name: superdsm
owner: imgteam
homepage_url: https://github.com/bmcv
remote_repository_url: https://github.com/BMCV/galaxy-image-analysis/tree/master/tools/superdsm/

0 comments on commit 013a0a3

Please sign in to comment.