Skip to content

Commit 1bc6c81

Browse files
committed
ci: fix path filter for windows build (#2378)
1 parent 5c6f394 commit 1bc6c81

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
@@ -61,7 +61,9 @@ jobs:
6161
- uses: dorny/paths-filter@v2
6262
id: filter
6363
with:
64+
base: ${{ github.base_ref || github.ref_name }}
6465
filters: .github/path-filters.yaml
66+
list-files: csv
6567

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

0 commit comments

Comments
 (0)