Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .github/workflows/Vendor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ jobs:
# Export vendor revision for use in later steps
echo "vendor_rev=${REV}" >> "${GITHUB_OUTPUT}"

- name: Apply Patches
if: ${{ steps.vendor.outcome == 'success' }}
id: patches
run: |
patch -p1 < ./data/patches/row_id_handling_enum_undef.patch

- name: Check for incoming changes
if: ${{ steps.patches.outcome == 'success' }}
id: check_for_changes
Expand Down
12 changes: 0 additions & 12 deletions data/patches/row_id_handling_enum_undef.patch

This file was deleted.

Loading