Skip to content

Commit

Permalink
Update pr.yaml
Browse files Browse the repository at this point in the history
fixes pr.yaml

xref #84 (review)
  • Loading branch information
kostrykin authored Nov 10, 2023
1 parent 0a7ecc5 commit b0de24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
echo "SKIP=-s tool_xsd" >> "$GITHUB_ENV"
- name: Set fail level for merge
if: ${{ github.event_name != 'pull_request' }}
run:
run: |
echo "FAIL_LEVEL=error" >> "$GITHUB_ENV"
echo "SKIP=-s tool_xsd" >> "$GITHUB_ENV"
- name: Planemo lint
Expand Down

0 comments on commit b0de24c

Please sign in to comment.