Skip to content

Commit

Permalink
Update validation workflow to validate removed files
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyk-symbiotic committed Jan 22, 2025
1 parent 7633535 commit 4d7069c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ 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 @@ -27,7 +25,6 @@ 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 4d7069c

Please sign in to comment.