Skip to content

Commit

Permalink
fix(ci): don't run patch on windows (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 29, 2023
1 parent bcb10f8 commit 063e88c
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 @@ -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

0 comments on commit 063e88c

Please sign in to comment.