Skip to content

Commit 285de52

Browse files
committed
"base" param for dorny/paths-filter is not used for PR
1 parent 9e24050 commit 285de52

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/scripts/download-bundled/make-workflow-file.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ public function makeWorkflowFile(): void
111111
uses: dorny/paths-filter@v3
112112
id: changes
113113
with:
114-
base: master
115114
filters: %filters%
116115
117116
%steps%

.github/workflows/verify-bundled-files.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: dorny/paths-filter@v3
2929
id: changes
3030
with:
31-
base: master
3231
filters: |
3332
'boost-context':
3433
- '.github/scripts/download-bundled/boost-context.*'

0 commit comments

Comments
 (0)