Skip to content

Commit

Permalink
Ignore removed files in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Aug 26, 2024
1 parent ad9ade5 commit 62e6ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
id: get-changed-files
run: |
CHANGED_FILES=$(git diff \
--name-only ${{ github.event.before }} ${{ github.sha }} \
--name-only --diff-filter=d ${{ github.event.before }} ${{ github.sha }} \
-- *.sql | paste -sd "," -)
echo "CHANGED_FILES=$CHANGED_FILES" >> $GITHUB_ENV
echo "changed_files=$CHANGED_FILES" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 62e6ab2

Please sign in to comment.