Skip to content

Commit 4a70bae

Browse files
committedFeb 24, 2023
ci: fix path filter for windows build (#2378)
1 parent 3766222 commit 4a70bae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/build-windows.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,9 @@ jobs:
6060
- uses: dorny/paths-filter@v2
6161
id: filter
6262
with:
63+
base: ${{ github.base_ref || github.ref_name }}
6364
filters: .github/path-filters.yaml
65+
list-files: csv
6466

6567
build-ovs-and-ovn:
6668
name: Build OVS and OVN

0 commit comments

Comments
 (0)
Please sign in to comment.