Skip to content

Commit

Permalink
Do not validate removed files (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyk-symbiotic authored Jan 21, 2025
1 parent c2ae70c commit 7633535
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- name: Detect changed files
uses: yumemi-inc/changed-files@v3
id: changes
with:
exclude-statuses: 'removed'

- name: Checkout repository
uses: actions/checkout@v4
Expand All @@ -25,6 +27,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Validate
if: steps.changes.outputs.exists == 'true'
uses: symbioticfi/metadata-validation-scripts@main
with:
files: ${{ steps.changes.outputs.files }}
Expand Down

0 comments on commit 7633535

Please sign in to comment.