fix(ci): don't run patch on windows (#562)

This commit is contained in:
Alex Eagle 2023-09-29 14:21:49 -07:00 committed by GitHub
parent bcb10f8154
commit 063e88cde3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -220,5 +220,5 @@ jobs:
run: find e2e/*.sh -maxdepth 1 -type f -exec sh -c 'echo "\n\n------------------------------- $0 -------------------------------" && "$0" || kill $PPID' \{\} \;
- name: verify bcr patches
if: matrix.bzlmodEnabled
if: matrix.bzlmodEnabled && matrix.os == 'ubuntu-latest'
run: patch --dry-run -p1 < .bcr/patches/*.patch